Skip to content

Commit

Permalink
Use assertWith in `prop_multiple_putPoolRegistration_single_readPoo…
Browse files Browse the repository at this point in the history
…lRegistration`.
  • Loading branch information
jonathanknowles committed Aug 13, 2020
1 parent 66226b8 commit 4e7307b
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 @@ -533,7 +533,7 @@ prop_multiple_putPoolRegistration_single_readPoolRegistration
, "\nAll certificate publications: "
, unlines (("\n" <>) . show <$> certificatePublications)
]
assert $ (==)
assertWith "retrieved certificate matches expectations" $ (==)
mRetrievedCertificatePublication
mExpectedCertificatePublication

Expand Down

0 comments on commit 4e7307b

Please sign in to comment.