We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1831a commit 6f84989Copy full SHA for 6f84989
test/ethers/revert_contract_test.exs
@@ -20,7 +20,7 @@ defmodule Ethers.RevertContractTest do
20
assert message =~ "success must be true"
21
22
assert_raise Ethers.ExecutionError,
23
- "execution reverted: success must be true",
+ ~r/execution reverted: (?:revert: )?success must be true/,
24
fn ->
25
RevertContract.get(false) |> Ethers.call!(to: address, from: @from)
26
end
0 commit comments