Skip to content

Commit b55bb79

Browse files
committed
test(fast-inbox): drop isOpen from the l1 publisher inbox bucket mirror (A-1387)
1 parent 37a23d1 commit b55bb79

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

yarn-project/sequencer-client/src/publisher/l1_publisher.integration.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ describe('L1Publisher integration', () => {
295295
timestamp: 0n,
296296
msgCount: 0,
297297
lastMessageIndex: 0n,
298-
isOpen: false,
299298
},
300299
[],
301300
);
@@ -616,7 +615,6 @@ describe('L1Publisher integration', () => {
616615
timestamp: bucket.timestamp,
617616
msgCount: Number(bucket.msgCount),
618617
lastMessageIndex: bucket.totalMsgCount - 1n,
619-
isOpen: seq === currentBucketSeq,
620618
},
621619
bucketMessages,
622620
);

0 commit comments

Comments
 (0)