Skip to content

Commit e9ea2cf

Browse files
committed
test(fast-inbox): drop isOpen from the inbox bucket ref fixture (A-1381)
1 parent 6e0d9a6 commit e9ea2cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

yarn-project/stdlib/src/messaging/inbox_bucket.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ describe('InboxBucketRef', () => {
3434
timestamp: 1_650_000_000n,
3535
msgCount: 3,
3636
lastMessageIndex: 29n,
37-
isOpen: true,
3837
};
3938
const ref = InboxBucketRef.fromBucket(bucket);
4039
expect(ref.bucketSeq).toBe(bucket.seq);

0 commit comments

Comments
 (0)