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 Aug 8, 2024
1 parent 8b1143b commit ce72994
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 @@ -168,7 +168,7 @@ contract InvariantBridge is Test, IChainManager {
childId, rootId, users, rootTokens, address(childHelper), address(rootHelper)
);
vm.stopPrank();

vm.selectFork(resetId);
vm.startPrank(RESERVER);
new ChildERC20BridgeHandler(childId, rootId, users, rootTokens, address(0), address(0));
Expand Down

0 comments on commit ce72994

Please sign in to comment.