Skip to content

Commit

Permalink
Use assertWith instead of assert
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Jan 8, 2025
1 parent c2858d6 commit 718f611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@ hprop_transaction_build_wrong_hash = integrationRetryWorkspace 2 "wrong-hash" $

H.note_ stderrOutput

H.assert ("Hashes do not match!" `Text.isInfixOf` Text.pack stderrOutput)
H.assertWith (Text.pack stderrOutput) ("Hashes do not match!" `Text.isInfixOf`)
)

0 comments on commit 718f611

Please sign in to comment.