test(stop-continuation-guard): rename parentSessionId/parentMessageId in task fixture
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -46,8 +46,8 @@ describe("stop-continuation-guard", () => {
|
|||||||
id,
|
id,
|
||||||
status,
|
status,
|
||||||
description: `${id} description`,
|
description: `${id} description`,
|
||||||
parentSessionID: "parent-session",
|
parentSessionId: "parent-session",
|
||||||
parentMessageID: "parent-message",
|
parentMessageId: "parent-message",
|
||||||
prompt: "prompt",
|
prompt: "prompt",
|
||||||
agent: "sisyphus-junior",
|
agent: "sisyphus-junior",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user