Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 16, 2023
1 parent 3661edc commit dfd2921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/FusionSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ import Polysemy.Error
import Polysemy.Internal
import Polysemy.Internal.Combinators
import Polysemy.Internal.HigherOrder (reinterpret)
import Polysemy.Internal.Union
import Polysemy.Internal.Final
import Polysemy.State
import Test.Hspec
import Test.Inspection
import Polysemy.Internal.Core (hoist)


isSuccess :: Result -> Bool
Expand Down
2 changes: 1 addition & 1 deletion test/KnownRowSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Polysemy
import Polysemy.Error
import Polysemy.State
import Polysemy.Internal
import Polysemy.Internal.Union
import Polysemy.Membership (KnownRow, tryMembership)

import Test.Hspec

Expand Down

0 comments on commit dfd2921

Please sign in to comment.