Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 4, 2024
1 parent ff33386 commit a3f877d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ fn transposition_complex() -> Result<(), StamError> {
assert_eq!(phrase1.text_simple(), Some("human beings are born"));
let phrase2 = store.annotation("A2").or_fail()?;
assert_eq!(phrase2.text_simple(), Some("human beings are born"));
let annotation = store.annotation("SimpleTransposition1").or_fail()?;
let annotation = store.annotation("ComplexTransposition1").or_fail()?;
assert_eq!(
annotation
.annotations_in_targets(AnnotationDepth::One)
Expand Down

0 comments on commit a3f877d

Please sign in to comment.