From ef1785f038bab7840221efc82f2a636f73b374f1 Mon Sep 17 00:00:00 2001 From: agusduha Date: Tue, 6 Aug 2024 17:44:03 -0300 Subject: [PATCH] fix: add tests natspec --- .../contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol b/packages/contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol index 0c7186502b33..e2f4beff54f0 100644 --- a/packages/contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol +++ b/packages/contracts-bedrock/test/L2/L2StandardBridgeInterop.t.sol @@ -48,6 +48,7 @@ contract L2StandardBridgeInterop_Test is Bridge_Initializer { } } +/// @notice Test when converting from a legacy token to a SuperchainERC20 token contract L2StandardBridgeInterop_LegacyToSuper_Test is L2StandardBridgeInterop_Test { function _setUpLegacyToSuper(address _from, address _to) internal { // Assume @@ -203,6 +204,7 @@ contract L2StandardBridgeInterop_LegacyToSuper_Test is L2StandardBridgeInterop_T } } +/// @notice Test when converting from a SuperchainERC20 token to a legacy token contract L2StandardBridgeInterop_SuperToLegacy_Test is L2StandardBridgeInterop_Test { function _setUpSuperToLegacy(address _from, address _to) internal { // Assume