test: Remove unnecessary setup in Bebop.t.sol

Took 6 minutes
This commit is contained in:
Diana Carvalho
2025-08-14 09:59:07 +01:00
parent 7a5ee8b57b
commit 914bc69485

View File

@@ -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 =