mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-15 16:42:02 +01:00
Fix test
This commit is contained in:
parent
1e4da5bc1a
commit
1d9b7a1a61
@ -303,7 +303,7 @@ func TestAPICreateBranchWithSyncBranches(t *testing.T) {
|
|||||||
RepoID: 1,
|
RepoID: 1,
|
||||||
})
|
})
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
assert.Len(t, branches, 6)
|
assert.Len(t, branches, 7)
|
||||||
|
|
||||||
// make a broke repository with no branch on database
|
// make a broke repository with no branch on database
|
||||||
_, err = db.DeleteByBean(t.Context(), git_model.Branch{RepoID: 1})
|
_, err = db.DeleteByBean(t.Context(), git_model.Branch{RepoID: 1})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user