Skip to content

Commit

Permalink
fix: correctly setting a recipient
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Aug 14, 2023
1 parent ab47646 commit 6a9cf25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('e2e_public_token_contract', () => {
beforeEach(async () => {
let accounts: CompleteAddress[];
({ aztecNode, aztecRpcServer, accounts, wallet, logger } = await setup());
recipient = accounts[1].address;
recipient = accounts[0].address;
}, 100_000);

afterEach(async () => {
Expand Down

0 comments on commit 6a9cf25

Please sign in to comment.