Skip to content

Commit 3e4bf74

Browse files
committed
Fix remaining test issues: runtime params and tempDir references
1 parent 3795366 commit 3e4bf74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/streamManager.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ describe("StreamManager - Concurrent Stream Prevention", () => {
287287
"anthropic:claude-sonnet-4-5",
288288
2,
289289
"system",
290+
runtime,
290291
undefined,
291292
{}
292293
),
@@ -297,6 +298,7 @@ describe("StreamManager - Concurrent Stream Prevention", () => {
297298
"anthropic:claude-sonnet-4-5",
298299
3,
299300
"system",
301+
runtime,
300302
undefined,
301303
{}
302304
),

0 commit comments

Comments
 (0)