Skip to content

Commit

Permalink
tests(int): update url to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Jul 10, 2023
1 parent bbae8d1 commit 7efa712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const macro = test.macro(

for (const fileType of ['pdf', 'txt', 'docx', 'pptx', 'xlsx']) {
const filePath = `./test/fixtures/docs/${fileType}.${fileType}`
const fileUrl = `https://raw.githubusercontent.com/gamemaker1/office-text-extractor/rewrite/test/fixtures/docs/${fileType}.${fileType}`
const fileUrl = `https://raw.githubusercontent.com/gamemaker1/office-text-extractor/main/test/fixtures/docs/${fileType}.${fileType}`
const fileBuffer = readFileSync(filePath)
const fileContent = readFileSync(`./test/fixtures/texts/${fileType}.txt`)

Expand Down

0 comments on commit 7efa712

Please sign in to comment.