1
Fork 0

Minor fix

This commit is contained in:
Immanuel Martini 2024-09-05 15:12:49 +02:00
parent efa15cc071
commit 78c76a50ad
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ describe('ProtectedImage', () => {
expect(image).toHaveAttribute('src', expected);
})
})
})

View File

@ -16,4 +16,4 @@ describe('getPublicUrl', () => {
const url = getPublicUrl();
expect(url.href).toBe(expected);
})
})
})