Skip to content

Commit

Permalink
chore: fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoieh committed Nov 6, 2023
1 parent 84a51cd commit b52cd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/rollup/derive/engine_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ func TestEngineQueue_StepPopOlderUnsafe(t *testing.T) {

prev := &fakeAttributesQueue{origin: refA}

eq := NewEngineQueue(logger, cfg, eng, metrics.NoopMetrics, prev, l1F)
eq := NewEngineQueue(logger, cfg, eng, metrics.NoopMetrics, prev, l1F, &sync.Config{})
eq.unsafeHead = refA2
eq.safeHead = refA0
eq.finalized = refA0
Expand Down

0 comments on commit b52cd80

Please sign in to comment.