diff --git a/test/sanitizer.test.ts b/test/sanitizer.test.ts
index eaab068..7d74225 100644
--- a/test/sanitizer.test.ts
+++ b/test/sanitizer.test.ts
@@ -18,7 +18,7 @@ describe('cozify()', async () => {
})
test('should add base url to href of links', async () => {
- const html = 'hey'
+ const html = 'hey'
const result = await cozify(html, baseUrl)
expect(result).toContain('href="https://cozy.pub?url=#"')
})