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 1e4da5b commit 1d9b7a1Copy full SHA for 1d9b7a1
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, 6)
+ assert.Len(t, branches, 7)
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