You've already forked agentic-coding-workflow
bugfix
This commit is contained in:
@@ -156,7 +156,7 @@ func TestEndToEnd_ProjectClosedLoop(t *testing.T) {
|
||||
|
||||
projectRepo := project.NewPostgresRepository(pool)
|
||||
projectSvc := project.NewProjectService(projectRepo, auditRec)
|
||||
requirementSvc := project.NewRequirementService(projectRepo, auditRec)
|
||||
requirementSvc := project.NewRequirementService(projectRepo, auditRec, nil, nil)
|
||||
issueSvc := project.NewIssueService(projectRepo, auditRec)
|
||||
artifactSvc := project.NewArtifactService(projectRepo, auditRec)
|
||||
|
||||
@@ -324,7 +324,7 @@ func TestPlan3_WorkspaceClosedLoop(t *testing.T) {
|
||||
|
||||
projectRepo := project.NewPostgresRepository(pool)
|
||||
projectSvc := project.NewProjectService(projectRepo, auditRec)
|
||||
requirementSvc := project.NewRequirementService(projectRepo, auditRec)
|
||||
requirementSvc := project.NewRequirementService(projectRepo, auditRec, nil, nil)
|
||||
issueSvc := project.NewIssueService(projectRepo, auditRec)
|
||||
artifactSvc := project.NewArtifactService(projectRepo, auditRec)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user