Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Oct 4, 2024
1 parent 58c6689 commit e55e1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/test/GatewayEVM.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ contract GatewayEVMTest is Test, IGatewayEVMErrors, IGatewayEVMEvents, IReceiver
}

function testForwardCallToReceiveOnRevertFails() public {
bytes memory data = abi.encodeWithSignature("onRevert((address,address,uint64,bytes))");
bytes memory data = abi.encodeWithSignature("onRevert((address,address,uint256,bytes))");

vm.prank(tssAddress);
vm.expectRevert(NotAllowedToCallOnRevert.selector);
Expand Down

0 comments on commit e55e1d8

Please sign in to comment.