diff --git a/test/unit/storage/mapping/FixedContentTypeMapper.test.ts b/test/unit/storage/mapping/FixedContentTypeMapper.test.ts index 0a2414db3..575da27c2 100644 --- a/test/unit/storage/mapping/FixedContentTypeMapper.test.ts +++ b/test/unit/storage/mapping/FixedContentTypeMapper.test.ts @@ -184,7 +184,7 @@ describe('An FixedContentTypeMapper', (): void => { await expect(mapper.mapFilePathToUrl(`${rootFilepath}test.txt`, false)).rejects.toThrow(NotFoundHttpError); }); - it('returns a generate file path for metadata regardless of the suffix.', async(): Promise => { + it('returns a generated file path for metadata regardless of the suffix.', async(): Promise => { await expect(mapper.mapFilePathToUrl(`${rootFilepath}.meta`, false)).resolves.toEqual({ identifier: { path: `${base}` }, filePath: `${rootFilepath}.meta`,