temp fix until revert reason fetching comes in

This commit is contained in:
Eric 2023-10-20 17:55:58 +11:00
parent 5d83ca4178
commit 9cc34416e5
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()