Skip to content

Commit

Permalink
test: function selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Aug 20, 2024
1 parent de66ff3 commit f9986e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Router.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ contract RouterTest is Setup {
uint32(depositCount)
);
vm.prank(user);
router.bridgeEth{value: _amount}(l2RollupID, address(asset), user);
router.bridgeEth{value: _amount}(l2RollupID, user);

assertEq(asset.balanceOf(user), wethBalance);
assertEq(asset.balanceOf(address(vault)), _amount);
Expand Down Expand Up @@ -271,7 +271,6 @@ contract RouterTest is Setup {
multiCallData[2] = abi.encodeWithSelector(
router.bridgeEth.selector,
l2RollupID,
address(asset),
user
);

Expand Down

0 comments on commit f9986e3

Please sign in to comment.