Skip to content

Commit 55f0ab1

Browse files
committed
fix: add captureDiffApplicationError to TelemetryService mock
1 parent d17fecb commit 55f0ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/tools/__tests__/multiApplyDiffTool.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ vi.mock("@roo-code/telemetry", () => ({
2020
return {
2121
trackEvent: vi.fn(),
2222
trackError: vi.fn(),
23+
captureDiffApplicationError: vi.fn(),
2324
}
2425
},
2526
},

0 commit comments

Comments
 (0)