From b1c360409dfa3e0a70bb58595fcb58f14a084dab Mon Sep 17 00:00:00 2001 From: surilindur Date: Tue, 29 Aug 2023 09:27:12 +0200 Subject: [PATCH] chore: Fix typo in test description --- test/unit/storage/mapping/FixedContentTypeMapper.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,