Skip to content

Commit

Permalink
Use assertWith in `prop_multiple_putPoolRetirement_single_readPoolR…
Browse files Browse the repository at this point in the history
…etirement`.
  • Loading branch information
jonathanknowles committed Aug 13, 2020
1 parent e7d26ff commit 66226b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/test/unit/Cardano/Pool/DB/Properties.hs
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ prop_multiple_putPoolRetirement_single_readPoolRetirement
, "\nAll certificate publications: "
, unlines (("\n" <>) . show <$> certificatePublications)
]
assert $ (==)
assertWith "retrieved certificate matches expectations" $ (==)
mRetrievedCertificatePublication
mExpectedCertificatePublication

Expand Down

0 comments on commit 66226b8

Please sign in to comment.