Skip to content

Commit

Permalink
fix: Build error in e2e_block_building
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Aug 13, 2024
1 parent 7168290 commit 0d0646d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yarn-project/end-to-end/src/e2e_block_building.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ describe('e2e_block_building', () => {
it('publishes two blocks with only padding txs', async () => {
({ teardown, pxe, logger, aztecNode } = await setup(0, {
minTxsPerBlock: 0,
sequencerSkipSubmitProofs: true,
skipProtocolContracts: true,
}));

Expand All @@ -332,7 +331,6 @@ describe('e2e_block_building', () => {
it('sends a tx on the first block', async () => {
({ teardown, pxe, logger, aztecNode } = await setup(0, {
minTxsPerBlock: 0,
sequencerSkipSubmitProofs: true,
skipProtocolContracts: true,
}));

Expand Down

0 comments on commit 0d0646d

Please sign in to comment.