Skip to content

Commit f9fce50

Browse files
authored
Merge pull request code-yeongyu#728 from code-yeongyu/fix/sisyphus-orchestrator-test-assertion
fix(test): update sisyphus-orchestrator test assertion
2 parents d9aabb3 + d1ffecd commit f9fce50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hooks/sisyphus-orchestrator/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ describe("sisyphus-orchestrator hook", () => {
175175
output
176176
)
177177

178-
// #then - output should be transformed (original output replaced)
179-
expect(output.output).not.toContain("Task completed successfully")
178+
// #then - output should be transformed (original output preserved for debugging)
179+
expect(output.output).toContain("Task completed successfully")
180180
expect(output.output).toContain("SUBAGENT WORK COMPLETED")
181181
expect(output.output).toContain("test-plan")
182182
expect(output.output).toContain("SUBAGENTS LIE")

0 commit comments

Comments
 (0)