Commit 87fd316f authored by Mark Tyneway's avatar Mark Tyneway

lint: fix

parent 390dbcbe
...@@ -193,13 +193,7 @@ contract PreBridgeERC20 is Bridge_Initializer { ...@@ -193,13 +193,7 @@ contract PreBridgeERC20 is Bridge_Initializer {
if (_isLegacy) { if (_isLegacy) {
vm.expectCall( vm.expectCall(
address(L2Bridge), address(L2Bridge),
abi.encodeWithSelector( abi.encodeWithSelector(L2Bridge.withdraw.selector, _l2Token, 100, 1000, hex"")
L2Bridge.withdraw.selector,
_l2Token,
100,
1000,
hex""
)
); );
} else { } else {
vm.expectCall( vm.expectCall(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment