Skip to content

Commit

Permalink
[TASK] CGL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Dec 14, 2024
1 parent 8738dce commit 5ccece1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Unit/Service/CalendarServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public static function weekConfigDataProvider(): array
'weeknumber' => 2,
'year' => 2022,
],
]
],
],
'30.12.2024' => [
'30.12.2024',
Expand All @@ -278,7 +278,7 @@ public static function weekConfigDataProvider(): array
'weeknumber' => 2,
'year' => 2025,
],
]
],
],
];
}
Expand Down

0 comments on commit 5ccece1

Please sign in to comment.