Skip to content

Commit

Permalink
Appease the hlint god a second time.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Aug 18, 2020
1 parent c4b0706 commit b7636eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/test/unit/Cardano/Pool/DB/Arbitrary.hs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ instance Arbitrary PoolId where
, take 16 s <> replicate 8 z <> drop 24 s
, take 24 s <> replicate 8 z
]
[PoolId $ BS.pack result | not (result == s)]
[PoolId $ BS.pack result | result /= s]
where
z = toEnum 0

Expand Down

0 comments on commit b7636eb

Please sign in to comment.