Skip to content

Commit cba3684

Browse files
committed
Fix failing test
1 parent 842ac2a commit cba3684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activation/handler_v2_test.go

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

558558
// processing ATX for the second time should skip checks
559559
err = atxHandler.processATX(t.Context(), atxHandler.local, atx, time.Now())
560-
require.NoError(t, err)
560+
require.ErrorIs(t, err, errKnownAtx)
561561
})
562562
t.Run("second ATX", func(t *testing.T) {
563563
t.Parallel()

0 commit comments

Comments
 (0)