Skip to content

Commit 1d9b7a1

Browse files
committed
Fix test
1 parent 1e4da5b commit 1d9b7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_branch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ func TestAPICreateBranchWithSyncBranches(t *testing.T) {
303303
RepoID: 1,
304304
})
305305
assert.NoError(t, err)
306-
assert.Len(t, branches, 6)
306+
assert.Len(t, branches, 7)
307307

308308
// make a broke repository with no branch on database
309309
_, err = db.DeleteByBean(t.Context(), git_model.Branch{RepoID: 1})

0 commit comments

Comments
 (0)