Merge pull request #728 from code-yeongyu/fix/sisyphus-orchestrator-test-assertion

fix(test): update sisyphus-orchestrator test assertion
This commit is contained in:
Kenny
2026-01-12 23:06:36 -05:00
committed by GitHub

View File

@@ -175,8 +175,8 @@ describe("sisyphus-orchestrator hook", () => {
output
)
// #then - output should be transformed (original output replaced)
expect(output.output).not.toContain("Task completed successfully")
// #then - output should be transformed (original output preserved for debugging)
expect(output.output).toContain("Task completed successfully")
expect(output.output).toContain("SUBAGENT WORK COMPLETED")
expect(output.output).toContain("test-plan")
expect(output.output).toContain("SUBAGENTS LIE")