diff --git a/test/Gas.UnitTests.t.sol b/test/Gas.UnitTests.t.sol index 1a3548d..0ddc3cf 100644 --- a/test/Gas.UnitTests.t.sol +++ b/test/Gas.UnitTests.t.sol @@ -196,5 +196,5 @@ contract GasTest is Test { vm.stopPrank(); } - function testGetPaymentStatus(address sender) public { + function testGetPaymentStatus(address sender) public {} }