Skip to content

Commit

Permalink
fix: super to legacy tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
agusduha committed Aug 8, 2024
1 parent 7f7a814 commit 8c1b387
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,6 @@ contract L2StandardBridgeInterop_SuperToLegacy_Test is L2StandardBridgeInterop_T
// Mock same decimals
_mockDecimals(_from, 18);
_mockDecimals(_to, 18);

// Mock `_to` to be a legacy address
_mockInterface(_to, type(IERC165).interfaceId, true);
_mockInterface(_to, type(IOptimismMintableERC20).interfaceId, true);
}

/// @notice Test that the `convert` function with different decimals reverts
Expand Down

0 comments on commit 8c1b387

Please sign in to comment.