This commit is contained in:
2026-06-22 08:55:57 +08:00
parent dbb87823e8
commit 6ade6e8fa9
325 changed files with 41131 additions and 855 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
func newIssueSvc(repo *fakeRepo) (IssueService, RequirementService, *spyAudit) {
spy := &spyAudit{}
return NewIssueService(repo, spy), NewRequirementService(repo, spy), spy
return NewIssueService(repo, spy), NewRequirementService(repo, spy, nil, nil), spy
}
func TestIssueService_Create_FreelanceAndAttached(t *testing.T) {