Skip to content

Commit b4e2736

Browse files
Fix ID
1 parent cad6eec commit b4e2736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/sequencer/dummy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func TestDummySequencer_BatchOverwrite(t *testing.T) {
316316

317317
// Get the second batch and verify it's batch2
318318
getResp, err = seq.GetNextBatch(ctx, GetNextBatchRequest{
319-
RollupId: rollupID,
319+
Id: ID,
320320
})
321321

322322
if err != nil {

0 commit comments

Comments
 (0)