Skip to content

Commit

Permalink
- line
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Sep 30, 2023
1 parent 58211dc commit bca4972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FSharpPlus.Tests/Traversals.fs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ module Traversable =
CollectionAssert.AreEqual (expected, a)
CollectionAssert.AreEqual (expected, b)
#if TEST_TRACE
CollectionAssert.AreEqual (["Traverse Result, 'T->Functor<'U>";"Traverse Result, 'T->Functor<'U>"], Traces.get())
CollectionAssert.AreEqual (["Traverse Result, 'T->Functor<'U>"], Traces.get())
#endif


Expand Down

0 comments on commit bca4972

Please sign in to comment.