Skip to content

Commit c34072a

Browse files
committed
Use Roo Code url
1 parent 834cfd0 commit c34072a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/integrations/misc/__tests__/extract-text-from-xlsx.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ describe("extractTextFromXLSX", () => {
153153
const worksheet = workbook.addWorksheet("Sheet1")
154154

155155
worksheet.getCell("A1").value = {
156-
text: "Google",
157-
hyperlink: "https://www.google.com",
156+
text: "Roo Code",
157+
hyperlink: "https://roocode.com/",
158158
}
159159

160160
const result = await extractTextFromXLSX(workbook)
161161

162-
expect(result).toContain("Google (https://www.google.com)")
162+
expect(result).toContain("Roo Code (https://roocode.com/)")
163163
})
164164

165165
it("should handle formulas with and without results", async () => {

0 commit comments

Comments
 (0)