From 8c1b387b2dfdc5bff89a7c432997444121a65422 Mon Sep 17 00:00:00 2001 From: agusduha Date: Thu, 8 Aug 2024 15:55:38 -0300 Subject: [PATCH] fix: super to legacy tests failing --- .../contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol b/packages/contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol index 6566b3e26d32..b8d5ec9e3796 100644 --- a/packages/contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol +++ b/packages/contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol @@ -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