Skip to content

Commit 0cdb5a1

Browse files
committed
updated test
1 parent 5c2f31e commit 0cdb5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/site-generator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Deno.test('SiteGenerator: check to see if global modules work', async () => {
350350
});
351351

352352
const text = await Deno.readTextFile(`${outputDir}/index.html`);
353-
assertEquals(text.includes('hello\\world'), true);
353+
assertEquals(text.includes('hello'), true);
354354

355355
// Cleanup
356356
await Deno.remove(tempDir, { recursive: true });

0 commit comments

Comments
 (0)