Skip to content

Commit

Permalink
chore: update publisher test
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Nov 19, 2024
1 parent 758346f commit 88bb5dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions yarn-project/sequencer-client/src/publisher/l1-publisher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,12 @@ describe('L1Publisher', () => {
expect(result).toEqual(true);

const args = [
`0x${header.toString('hex')}`,
`0x${archive.toString('hex')}`,
`0x${blockHash.toString('hex')}`,
[],
{
header: `0x${header.toString('hex')}`,
archive: `0x${archive.toString('hex')}`,
blockHash: `0x${blockHash.toString('hex')}`,
txHashes: [],
},
[],
`0x${body.toString('hex')}`,
] as const;
Expand Down

0 comments on commit 88bb5dd

Please sign in to comment.