Skip to content

Commit

Permalink
Fixed testCall_getRevertReason test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovchyk committed Nov 19, 2020
1 parent 6dcc555 commit 06da8b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void testCall_getRevertReason() throws FileNotFoundException, DslProcesso

args.data = "d96a094a0000000000000000000000000000000000000000000000000000000000000001"; // call to contract with param value = 1
final String call = eth.call(args, "0x2");
assertEquals("0x00", call);
assertEquals("0x", call);
}

private EthModule buildEthModule(World world) {
Expand Down

0 comments on commit 06da8b0

Please # to comment.