Skip to content

Commit

Permalink
Add comment to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Nov 20, 2024
1 parent 0853aa0 commit eebf0ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/forge/tests/fixtures/zk/ScriptSetup.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ contract ScriptSetupNonce is Script {

// Deploy checker and verify nonce
NonceChecker checker = new NonceChecker();
// We expect the nonce to be incremented by 1 because the check is done in an external
// call
checker.assertNonce(vm.getNonce(address(tx.origin)) + 1);
vm.stopBroadcast();
}
Expand Down

0 comments on commit eebf0ec

Please sign in to comment.