0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-11 04:24:44 +01:00
This commit is contained in:
Lunny Xiao 2025-09-04 21:25:12 -07:00
parent c10c1b32db
commit 63777a91ad
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -308,7 +308,7 @@ func TestAPICron(t *testing.T) {
var crons []api.Cron
DecodeJSON(t, resp, &crons)
assert.Len(t, crons, 29)
assert.Len(t, crons, 30)
})
t.Run("Execute", func(t *testing.T) {