Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Dec 12, 2024
1 parent e334c2f commit 47375d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/tests/ts-integration/tests/fees.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@ testFees('Test fees', function () {
newPubdataPrice: requiredPubdataPrice
});

// Wait for current batch to close so gas price is updated with the new config set above
await waitForNewL1Batch(alice);

const l1Messenger = new ethers.Contract(zksync.utils.L1_MESSENGER_ADDRESS, zksync.utils.L1_MESSENGER, alice);

// Firstly, let's test a successful transaction.
Expand Down

0 comments on commit 47375d3

Please sign in to comment.