Skip to content

Commit

Permalink
test: fix L2 standard bridge interop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agusduha committed Aug 29, 2024
1 parent aebf669 commit 16a620a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ contract L2StandardBridgeInterop_Test is Bridge_Initializer {
function setUp() public virtual override {
super.enableInterop();
super.setUp();

// TODO: Remove it once the `OptimismSuperchainERC20Factory` is added to predeploys.
// Ensure OPTIMISM_SUPERCHAIN_ERC20_FACTORY's code is not empty.
vm.etch(Predeploys.OPTIMISM_SUPERCHAIN_ERC20_FACTORY, address(this).code);
}

/// @notice Helper function to setup a mock and expect a call to it.
Expand Down

0 comments on commit 16a620a

Please sign in to comment.