Skip to content

Commit

Permalink
fix(journal): Asserts in tests failed to compile with previous assert…
Browse files Browse the repository at this point in the history
… changes
  • Loading branch information
symbiont-daniel-gustafsson committed Jan 20, 2022
1 parent 6600bd5 commit 34cb231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/journal/test/Journal/Internal/ByteBufferTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import Test.Tasty.HUnit (Assertion, assertBool, assertEqual)

import Journal.Internal.ByteBufferPtr
import Journal.Internal.Mmap
import Journal.Internal.Utils
import Journal.Internal.Utils hiding (assert)

------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/journal/test/JournalTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Test.Tasty.HUnit (Assertion, assertBool)

import Journal
import Journal.Internal
import Journal.Internal.Utils
import Journal.Internal.Utils hiding (assert)

------------------------------------------------------------------------

Expand Down

0 comments on commit 34cb231

Please sign in to comment.