Skip to content

Commit

Permalink
Do requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Jun 6, 2024
1 parent 6c89bdf commit 724ec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OBO.NET.Tests/OboOntology.Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ module OboOntologyTests =
testList "ReturnAllEquivalentTerms" [
testCase "returns correct terms" <| fun _ ->
let actual = testOntology.ReturnAllEquivalentTerms(testOntology2)
Expect.equal (Seq.head actual).Id testTerm4.Id "is not equal"
Expect.sequenceEqual actual (seq {testTerm4}) "is not equal"
]
]

0 comments on commit 724ec35

Please sign in to comment.