Commit c3977c07 authored by John Wick's avatar John Wick Committed by GitHub

fix typo in engine_queue_test.go

parent c3fa38aa
...@@ -1092,7 +1092,7 @@ func TestResetLoop(t *testing.T) { ...@@ -1092,7 +1092,7 @@ func TestResetLoop(t *testing.T) {
require.ErrorIs(t, eq.Step(context.Background()), NotEnoughData) require.ErrorIs(t, eq.Step(context.Background()), NotEnoughData)
require.NotNil(t, eq.safeAttributes) require.NotNil(t, eq.safeAttributes)
// Peform the reset // Perform the reset
require.ErrorIs(t, eq.Reset(context.Background(), eth.L1BlockRef{}, eth.SystemConfig{}), io.EOF) require.ErrorIs(t, eq.Reset(context.Background(), eth.L1BlockRef{}, eth.SystemConfig{}), io.EOF)
// Expect a FCU after the reset // Expect a FCU after the reset
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment