Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit c7b9522

Browse files
brunobergherroomote[bot]
andauthored
Update src/core/webview/__tests__/webviewMessageHandler.spec.ts
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 512f592 commit c7b9522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/webview/__tests__/webviewMessageHandler.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ describe("webviewMessageHandler - downloadErrorDiagnostics", () => {
802802
const [writtenPath, writtenContent] = writeFileSpy.mock.calls[0]
803803
expect(String(writtenPath)).toContain("roo-diagnostics-")
804804
expect(String(writtenContent)).toContain(
805-
"// You can share this with with Roo Code Support to diagnose the issue faster",
805+
"// Please share this file with Roo Code Support (support@roocode.com) to diagnose the issue faster",
806806
)
807807
expect(String(writtenContent)).toContain('"error":')
808808
expect(String(writtenContent)).toContain('"history":')

0 commit comments

Comments
 (0)