Skip to content

Commit 6269f44

Browse files
committed
test(fast-inbox): assert the real bucket hint in the l1 publisher propose expectation (A-1388)
The streaming rework proposes with the Inbox's current bucket seq; the expected propose calldata must carry the same hint.
1 parent 2d6ab7c commit 6269f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ describe('L1Publisher integration', () => {
673673
oracleInput: {
674674
feeAssetPriceModifier: 0n,
675675
},
676-
bucketHint: 0n,
676+
bucketHint,
677677
},
678678
CommitteeAttestationsAndSigners.packAttestations([]),
679679
[],

0 commit comments

Comments
 (0)