Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Mar 21, 2024
1 parent 4702e2d commit 7c34501
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yarn-project/end-to-end/src/integration_l1_publisher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ describe('L1Publisher integration', () => {
args: [
`0x${block.header.toBuffer().toString('hex')}`,
`0x${block.archive.root.toBuffer().toString('hex')}`,
`0x${block.body.toBuffer().toString('hex')}`,
`0x${l2Proof.toString('hex')}`,
],
});
Expand Down Expand Up @@ -479,7 +478,6 @@ describe('L1Publisher integration', () => {
args: [
`0x${block.header.toBuffer().toString('hex')}`,
`0x${block.archive.root.toBuffer().toString('hex')}`,
`0x${block.body.toBuffer().toString('hex')}`,
`0x${l2Proof.toString('hex')}`,
],
});
Expand Down

0 comments on commit 7c34501

Please sign in to comment.