Skip to content

Commit

Permalink
Fix issues in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed May 2, 2024
1 parent 6f9062a commit 4bbf987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/end-to-end/src/e2e_fees/fees_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export class FeesTest {

this.logger.info(`BananaPay deployed at ${bananaFPC.address}`);

await publicDeployAccounts(this.aliceWallet, this.wallets);
await harness.bridgeFromL1ToL2(this.BRIDGED_FPC_GAS, this.BRIDGED_FPC_GAS, bananaFPC.address);

return {
Expand Down

0 comments on commit 4bbf987

Please sign in to comment.