Skip to content

Commit

Permalink
fix: add tests natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
agusduha committed Aug 6, 2024
1 parent 5542ee9 commit ef1785f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ef1785f

Please sign in to comment.