Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysr committed Aug 14, 2024
1 parent be07ab8 commit e8f1972
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,6 @@ contract ExperimentalBridgeTest is Test {
address l2Receiver,
uint256 randomValue
) public useRandomToken(randomValue) {

// create another token, to avoid base token
TestnetERC20Token erc20Token = new TestnetERC20Token("ZKESTT", "ZkSync ERC Test Token", 18);
address erc20TokenAddress = address(erc20Token);
Expand Down Expand Up @@ -1294,7 +1293,7 @@ contract ExperimentalBridgeTest is Test {
uint256 secondBridgeValue,
address l2Receiver,
uint256 randomValue
) public useRandomToken(randomValue) {
) public useRandomToken(randomValue) {
secondBridgeValue = bound(secondBridgeValue, 1, type(uint256).max);
bytes memory secondBridgeCalldata = abi.encode(ETH_TOKEN_ADDRESS, 0, l2Receiver);

Expand Down

0 comments on commit e8f1972

Please sign in to comment.