We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadebf3 commit 9b5e3c5Copy full SHA for 9b5e3c5
tests/integration/api_branch_test.go
@@ -303,7 +303,7 @@ func TestAPICreateBranchWithSyncBranches(t *testing.T) {
303
RepoID: 1,
304
})
305
assert.NoError(t, err)
306
- assert.Len(t, branches, 8)
+ assert.Len(t, branches, 9)
307
308
// make a broke repository with no branch on database
309
_, err = db.DeleteByBean(t.Context(), git_model.Branch{RepoID: 1})
0 commit comments