Skip to content

Commit

Permalink
test: mock factory implementation instead of proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
agusduha committed Aug 29, 2024
1 parent 16a620a commit 1d0dda6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contract L2StandardBridgeInterop_Test is Bridge_Initializer {

// 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);
vm.etch(Predeploys.predeployToCodeNamespace(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 1d0dda6

Please sign in to comment.