From 5cff38497bb7ed8b0fd4d7aea1fe8ccf4344e22a Mon Sep 17 00:00:00 2001 From: DhairyaSethi <55102840+DhairyaSethi@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:31:19 +0530 Subject: [PATCH] chore: cleanup test --- .../src/v0.8/ccip/test/pools/GHO/GhoTokenPoolEthereum.t.sol | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contracts/src/v0.8/ccip/test/pools/GHO/GhoTokenPoolEthereum.t.sol b/contracts/src/v0.8/ccip/test/pools/GHO/GhoTokenPoolEthereum.t.sol index 45fa6fe43b..0b45eda495 100644 --- a/contracts/src/v0.8/ccip/test/pools/GHO/GhoTokenPoolEthereum.t.sol +++ b/contracts/src/v0.8/ccip/test/pools/GHO/GhoTokenPoolEthereum.t.sol @@ -544,10 +544,6 @@ contract GhoTokenPoolEthereum_transferLiquidity is GhoTokenPoolEthereumSetup { } contract GhoTokenPoolEthereum_setCurrentBridgedAmount is GhoTokenPoolEthereumSetup { - function setUp() public override { - super.setUp(); - } - function test_UnauthorizedReverts() public { changePrank(STRANGER); vm.expectRevert(OnlyCallableByOwner.selector);