Merge pull request #728 from code-yeongyu/fix/sisyphus-orchestrator-test-assertion
fix(test): update sisyphus-orchestrator test assertion
This commit is contained in:
commit
f9fce50144
@ -175,8 +175,8 @@ describe("sisyphus-orchestrator hook", () => {
|
|||||||
output
|
output
|
||||||
)
|
)
|
||||||
|
|
||||||
// #then - output should be transformed (original output replaced)
|
// #then - output should be transformed (original output preserved for debugging)
|
||||||
expect(output.output).not.toContain("Task completed successfully")
|
expect(output.output).toContain("Task completed successfully")
|
||||||
expect(output.output).toContain("SUBAGENT WORK COMPLETED")
|
expect(output.output).toContain("SUBAGENT WORK COMPLETED")
|
||||||
expect(output.output).toContain("test-plan")
|
expect(output.output).toContain("test-plan")
|
||||||
expect(output.output).toContain("SUBAGENTS LIE")
|
expect(output.output).toContain("SUBAGENTS LIE")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user