mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-24 11:45:56 +02:00
fix assert order
This commit is contained in:
parent
e0ad6b0f58
commit
666411692b
@ -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")
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user