Skip to content

Commit 734aaa9

Browse files
Aleexc12chenxin-yan
authored andcommitted
fix: allow undefined directory in test diff calls
1 parent 1fc2d1c commit 734aaa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/daemon/src/__tests__/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class FakeOpencodeRegistry implements OpencodeRuntimeManager {
7272
readonly diffCalls: Array<{
7373
instanceId: string;
7474
sessionId: string;
75-
directory: string;
75+
directory: string | undefined;
7676
}> = [];
7777
readonly diffsBySession = new Map<string, FileDiff[]>();
7878
globalMaxConcurrent = 0;

0 commit comments

Comments
 (0)