This commit is contained in:
Eric 2023-10-20 18:14:17 +11:00
parent e03cd484b6
commit 28125532e1
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()
check await helpersContract.doRevert(revertReason).reverts(revertReason)