Skip to content

Commit

Permalink
updated events in test
Browse files Browse the repository at this point in the history
  • Loading branch information
IrisOlfermann committed Jul 30, 2024
1 parent 029f32c commit 0873ff8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Resources/tests/unit/api/postCreateWeek.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const testDay: DayDTO = {
meals: { 0: [testMeal] },
enabled: false,
id: 0,
event: null,
events: null,
date: {
date: '',
timezone_type: 0,
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/tests/unit/api/putWeekUpdate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const testDay: DayDTO = {
meals: { 0: [testMeal] },
enabled: false,
id: 0,
event: null,
events: null,
date: {
date: '',
timezone_type: 0,
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/tests/unit/menu/MenuDay.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const testDay: Ref<DayDTO> = ref({
},
enabled: true,
id: 286,
event: null,
events: null,
date: { date: '2023-07-10 12:00:00.000000', timezone_type: 3, timezone: 'Europe/Berlin' },
lockDate: { date: '2023-07-9 12:00:00.000000', timezone_type: 3, timezone: 'Europe/Berlin' }
});
Expand Down

0 comments on commit 0873ff8

Please sign in to comment.