mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-13 21:12:13 +01:00
Fix test
This commit is contained in:
parent
c10c1b32db
commit
63777a91ad
@ -308,7 +308,7 @@ func TestAPICron(t *testing.T) {
|
|||||||
|
|
||||||
var crons []api.Cron
|
var crons []api.Cron
|
||||||
DecodeJSON(t, resp, &crons)
|
DecodeJSON(t, resp, &crons)
|
||||||
assert.Len(t, crons, 29)
|
assert.Len(t, crons, 30)
|
||||||
})
|
})
|
||||||
|
|
||||||
t.Run("Execute", func(t *testing.T) {
|
t.Run("Execute", func(t *testing.T) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user