Skip to content

Commit 1e4da5b

Browse files
committed
Fix test
1 parent c60d6fc commit 1e4da5b

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
@@ -320,7 +320,7 @@ func TestAPICreateBranchWithSyncBranches(t *testing.T) {
320320
RepoID: 1,
321321
})
322322
assert.NoError(t, err)
323-
assert.Len(t, branches, 7)
323+
assert.Len(t, branches, 8)
324324

325325
branches, err = db.Find[git_model.Branch](t.Context(), git_model.FindBranchOptions{
326326
RepoID: 1,

0 commit comments

Comments
 (0)