Skip to content

Commit 9b5e3c5

Browse files
committed
Fix test
1 parent eadebf3 commit 9b5e3c5

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, 8)
306+
assert.Len(t, branches, 9)
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)