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);