diff --git a/src/components/avatar/avatar.test.ts b/src/components/avatar/avatar.test.ts index c964aace..76c84b04 100644 --- a/src/components/avatar/avatar.test.ts +++ b/src/components/avatar/avatar.test.ts @@ -55,7 +55,7 @@ describe('', () => { describe('when an error occurs when attempting to load the image', async () => { before(async () => { - el = await fixture(html``); + el = await fixture(html``); }); it('does not render the "image" part', async () => {