Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 31, 2024
1 parent 8faf2af commit 94f11d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub unconstrained fn setup() -> (&mut TestEnvironment, AztecAddress, AztecAddres

let token_admin = env.create_account_contract(1);
let liquidity_provider = env.create_account_contract(2);
let swapper = env.create_account_contract(2);
let swapper = env.create_account_contract(3);

// Start the test in the account contract address
env.impersonate(token_admin);
Expand Down

0 comments on commit 94f11d3

Please sign in to comment.