Skip to content

Commit

Permalink
test: run StEth fork test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
adhusson committed Oct 27, 2024
1 parent b24c564 commit ca8a9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/forge/fork/StEthBundlerForkTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ contract EthereumStEthBundlerForkTest is ForkTest {
using SafeTransferLib for ERC20;

function setUp() public override {
if (block.chainid != 1) return;

super.setUp();

if (block.chainid != 1) return;

bundler = new EthereumStEthBundlerMock();
}

Expand Down

0 comments on commit ca8a9ed

Please sign in to comment.