Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Mar 8, 2024
1 parent c7948d3 commit 05fc97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/archiver/src/archiver/archiver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('Archiver', () => {
expect(newL1ToL2Messages.length).toEqual(2);

newL1ToL2Messages = await archiver.getNewL1ToL2Messages(2n);
expect(newL1ToL2Messages.length).toEqual(2);
expect(newL1ToL2Messages.length).toEqual(3);

// Check that I cannot get messages for block 3 because there is a message gap (message with index 0 was not
// processed)
Expand Down

0 comments on commit 05fc97c

Please sign in to comment.