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

View File

@ -320,7 +320,7 @@ func TestAPICreateBranchWithSyncBranches(t *testing.T) {
RepoID: 1,
})
assert.NoError(t, err)
assert.Len(t, branches, 7)
assert.Len(t, branches, 8)
branches, err = db.Find[git_model.Branch](t.Context(), git_model.FindBranchOptions{
RepoID: 1,