From e55e1d806ff01171e945513bdfc6a523d6a1c116 Mon Sep 17 00:00:00 2001 From: skosito Date: Fri, 4 Oct 2024 17:00:12 +0200 Subject: [PATCH] fix test --- v2/test/GatewayEVM.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/test/GatewayEVM.t.sol b/v2/test/GatewayEVM.t.sol index 6e0d1c29..c9bca6cc 100644 --- a/v2/test/GatewayEVM.t.sol +++ b/v2/test/GatewayEVM.t.sol @@ -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);