Skip to content

Commit

Permalink
Update InvariantBridge.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Feb 21, 2024
1 parent 1a36766 commit f49b8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/invariant/InvariantBridge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ contract InvariantBridge is Test {
vm.selectFork(rootId);
uint256 balanceL1 = ChildERC20(rootToken).balanceOf(user);
address childToken = rootBridge.rootTokenToChildToken(rootToken);

vm.selectFork(childId);
uint256 balanceL2 = ChildERC20(childToken).balanceOf(user);

Expand Down

0 comments on commit f49b8f9

Please sign in to comment.