Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed May 10, 2024
1 parent 74cc846 commit 5388418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('e2e_deploy_contract legacy', () => {
logger.info(`Deploying contract ${index + 1}...`);
const receipt = await deployer.deploy().send({ contractAddressSalt: Fr.random() }).wait({ wallet });
logger.info(`Sending TX to contract ${index + 1}...`);
await receipt.contract.methods.get_public_key(wallet.getAddress()).send().wait();
await receipt.contract.methods.get_master_incoming_viewing_public_key(wallet.getAddress()).send().wait();
}
});

Expand Down

0 comments on commit 5388418

Please sign in to comment.