From 914bc69485c64188fde16bead2fa20aa2a4cb2c6 Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Thu, 14 Aug 2025 09:59:07 +0100 Subject: [PATCH] test: Remove unnecessary setup in Bebop.t.sol Took 6 minutes --- foundry/test/protocols/Bebop.t.sol | 4 ---- 1 file changed, 4 deletions(-) diff --git a/foundry/test/protocols/Bebop.t.sol b/foundry/test/protocols/Bebop.t.sol index 3560d3f..34b59cc 100644 --- a/foundry/test/protocols/Bebop.t.sol +++ b/foundry/test/protocols/Bebop.t.sol @@ -45,10 +45,6 @@ contract BebopExecutorTest is Constants, Permit2TestHelper, TestUtils { IERC20 ONDO = IERC20(ONDO_ADDR); IERC20 USDT = IERC20(USDT_ADDR); - function setUp() public { - // Fork will be created in individual tests to allow different fork blocks - } - function testDecodeData() public { vm.createSelectFork(vm.rpcUrl("mainnet"), 22667985); bebopExecutor =