mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 07:21:10 +02:00
fix(calendar): add timezone fallback in test mock to match Calendar type
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ab62157a98
commit
7102063afc
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ describe('calendarsStore.setAsDefault', () => {
|
|||
isDefault: c.isDefault as boolean,
|
||||
isVisible: c.isVisible as boolean,
|
||||
color: c.color as string,
|
||||
timezone: (c.timezone as string) ?? null,
|
||||
timezone: (c.timezone as string) ?? 'Europe/Berlin',
|
||||
createdAt: (c.createdAt as string) ?? '',
|
||||
updatedAt: (c.updatedAt as string) ?? '',
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue