test(background-agent): align manager test fixtures with normalized field names

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-04 16:30:06 +09:00
parent 3ae9f5f104
commit 65c1b50946
3 changed files with 18 additions and 18 deletions
@@ -23,7 +23,7 @@ function createManager(config?: BackgroundTaskConfig): BackgroundManager {
tasks: Map<string, BackgroundTask>
}
testManager.enqueueNotificationForParent = async (_sessionId: sessionID, fn) => {
testManager.enqueueNotificationForParent = async (_sessionId: string, fn) => {
await fn()
}
testManager.notifyParentSession = async () => {}