You've already forked agentic-coding-workflow
bugfix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user