diff --git a/modules/actions/workflows_test.go b/modules/actions/workflows_test.go index a7eec1dee2..8864dbb9b2 100644 --- a/modules/actions/workflows_test.go +++ b/modules/actions/workflows_test.go @@ -288,7 +288,7 @@ func TestMatchIssuesEvent(t *testing.T) { expectedAction = string(tc.payload.Action) } - assert.Equal(t, tc.eventType, expectedAction, "Event type should match expected") + assert.Equal(t, expectedAction, tc.eventType, "Event type should match expected") }) } }