From 2a1dcbc28bf1fcc143a1e11289430b452bbee98c Mon Sep 17 00:00:00 2001 From: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:10:01 +0100 Subject: [PATCH] fix(server): storage template unit test (#1906) --- .../libs/domain/src/system-config/system-config.service.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/libs/domain/src/system-config/system-config.service.spec.ts b/server/libs/domain/src/system-config/system-config.service.spec.ts index 9eeb0befde..34ed99be15 100644 --- a/server/libs/domain/src/system-config/system-config.service.spec.ts +++ b/server/libs/domain/src/system-config/system-config.service.spec.ts @@ -113,6 +113,7 @@ describe(SystemConfigService.name, () => { '{{y}}-{{MM}}-{{dd}}/{{filename}}', '{{y}}-{{MMM}}-{{dd}}/{{filename}}', '{{y}}-{{MMMM}}-{{dd}}/{{filename}}', + '{{y}}/{{y}}-{{MM}}/{{filename}}', ], secondOptions: ['s', 'ss'], yearOptions: ['y', 'yy'],