Skip to content

Commit cd1049a

Browse files
committed
fix test
1 parent 8ca9949 commit cd1049a

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, 9)
324324

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

0 commit comments

Comments
 (0)