0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-15 03:42:32 +01:00
This commit is contained in:
Lunny Xiao 2025-08-30 17:34:57 -07:00
parent 1e4da5bc1a
commit 1d9b7a1a61
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -303,7 +303,7 @@ func TestAPICreateBranchWithSyncBranches(t *testing.T) {
RepoID: 1,
})
assert.NoError(t, err)
assert.Len(t, branches, 6)
assert.Len(t, branches, 7)
// make a broke repository with no branch on database
_, err = db.DeleteByBean(t.Context(), git_model.Branch{RepoID: 1})