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

fix typo in engine_queue_test.go

parent 9f176001
......@@ -1087,7 +1087,7 @@ func TestResetLoop(t *testing.T) {
eq.safeHead = refA1
eq.finalized = refA0
// Qeueue up the safe attributes
// Queue up the safe attributes
require.Nil(t, eq.safeAttributes)
require.ErrorIs(t, eq.Step(context.Background()), NotEnoughData)
require.NotNil(t, eq.safeAttributes)
......
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