mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
fix(server): storage template unit test (#1906)
This commit is contained in:
parent
21f8ab647f
commit
2a1dcbc28b
@ -113,6 +113,7 @@ describe(SystemConfigService.name, () => {
|
|||||||
'{{y}}-{{MM}}-{{dd}}/{{filename}}',
|
'{{y}}-{{MM}}-{{dd}}/{{filename}}',
|
||||||
'{{y}}-{{MMM}}-{{dd}}/{{filename}}',
|
'{{y}}-{{MMM}}-{{dd}}/{{filename}}',
|
||||||
'{{y}}-{{MMMM}}-{{dd}}/{{filename}}',
|
'{{y}}-{{MMMM}}-{{dd}}/{{filename}}',
|
||||||
|
'{{y}}/{{y}}-{{MM}}/{{filename}}',
|
||||||
],
|
],
|
||||||
secondOptions: ['s', 'ss'],
|
secondOptions: ['s', 'ss'],
|
||||||
yearOptions: ['y', 'yy'],
|
yearOptions: ['y', 'yy'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user