mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 16:56:46 +01:00
fix(server): storage template unit test (#1906)
This commit is contained in:
parent
21f8ab647f
commit
2a1dcbc28b
1 changed files with 1 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue