Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ecdd044

Browse files
committedOct 31, 2024
fix
1 parent 4fa2d78 commit ecdd044

File tree

1 file changed

+1
-1
lines changed
  • noir-projects/noir-contracts/contracts/amm_contract/src/test

1 file changed

+1
-1
lines changed
 

‎noir-projects/noir-contracts/contracts/amm_contract/src/test/utils.nr

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub unconstrained fn setup() -> (&mut TestEnvironment, AztecAddress, AztecAddres
1919

2020
let token_admin = env.create_account_contract(1);
2121
let liquidity_provider = env.create_account_contract(2);
22-
let swapper = env.create_account_contract(2);
22+
let swapper = env.create_account_contract(3);
2323

2424
// Start the test in the account contract address
2525
env.impersonate(token_admin);

0 commit comments

Comments
 (0)
Please sign in to comment.