chore: Fix typo in test description

This commit is contained in:
surilindur 2023-08-29 09:27:12 +02:00 committed by Joachim Van Herwegen
parent 9e682f5c4f
commit b1c360409d

View File

@ -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<void> => {
it('returns a generated file path for metadata regardless of the suffix.', async(): Promise<void> => {
await expect(mapper.mapFilePathToUrl(`${rootFilepath}.meta`, false)).resolves.toEqual({
identifier: { path: `${base}` },
filePath: `${rootFilepath}.meta`,