temp fix until revert reason fetching comes in

This commit is contained in:
Eric 2023-10-20 17:55:58 +11:00
parent 90022eeab6
commit e80cc11c48
No known key found for this signature in database

View File

@ -97,4 +97,4 @@ suite "Testing helpers - contracts":
await provider.close()
test "revert works with provider":
check await helpersContract.doRevert(revertReason).reverts(revertReason)
check await helpersContract.doRevert(revertReason).reverts()