From 23fe816ce2d5ac3e1242e87a27f816571dcee77e Mon Sep 17 00:00:00 2001 From: Alistair Singh Date: Thu, 11 Apr 2024 01:27:49 +0200 Subject: [PATCH] use suggested names --- contracts/test/Gateway.t.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/test/Gateway.t.sol b/contracts/test/Gateway.t.sol index 9f4ff43174..e6cea919d6 100644 --- a/contracts/test/Gateway.t.sol +++ b/contracts/test/Gateway.t.sol @@ -912,7 +912,7 @@ contract GatewayTest is Test { assertEq(fee, 20000000000000001); } - function testSendTokenWithZeroFeeToForeignDestWithInvalidFee() public { + function testSendTokenWithZeroInvalidFeeToForeignDest() public { // Let gateway lock up to 1 tokens token.approve(address(gateway), 1); @@ -928,7 +928,7 @@ contract GatewayTest is Test { IGateway(address(gateway)).sendToken{value: fee}(address(token), destPara, recipientAddress32, 0, 1); } - function testSendTokenWithLargeFeeToForeignDestWithInvalidFee() public { + function testSendTokenWithLargeInvalidFeeoForeignDest() public { // Let gateway lock up to 1 tokens token.approve(address(gateway), 1);