0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-12 15:00:28 +01:00
This commit is contained in:
Lunny Xiao 2025-10-28 11:37:39 -07:00
parent eadebf32fa
commit 9b5e3c52c1
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, 8)
assert.Len(t, branches, 9)
// make a broke repository with no branch on database
_, err = db.DeleteByBean(t.Context(), git_model.Branch{RepoID: 1})