Closed arjaz closed 3 days ago
https://github.com/Plutonomicon/plutarch-plutus/blob/a9141ad6dc6ae3aae0697a4ddcb490f3ada1563d/plutarch-test/Plutarch/Test.hs#L82
I think there's an hunit function called by accident, should it be expectationFailure from hspec instead?
expectationFailure
We are still depending on tasty apparently, we should fix that, thanks!
Testing setup has been refactored
https://github.com/Plutonomicon/plutarch-plutus/blob/a9141ad6dc6ae3aae0697a4ddcb490f3ada1563d/plutarch-test/Plutarch/Test.hs#L82
I think there's an hunit function called by accident, should it be
expectationFailure
from hspec instead?