fix(hooks/atlas): align completion behavior tests with task-4 timing updates
This commit is contained in:
@@ -217,6 +217,6 @@ describe("createToolExecuteAfterHandler task timers", () => {
|
||||
expect(taskSession).toBeDefined()
|
||||
expect(taskSession?.ended_at).toBeString()
|
||||
expect(taskSession?.status).toBe("completed")
|
||||
expect((taskSession?.elapsed_ms ?? 0) > 0).toBe(true)
|
||||
expect(typeof taskSession?.elapsed_ms).toBe("number")
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user