Add more opening hour tests

This commit is contained in:
MM20
2025-04-18 23:54:12 +02:00
parent c9241320af
commit 34180ae6b4
2 changed files with 57 additions and 35 deletions
@@ -28,7 +28,7 @@ class OpeningScheduleTest(val date: LocalDateTime, val expected: Boolean) {
* Saturday: 12:00 - 12:30
* Sunday: 23:00 - Mon. 01:00
*/
openingHours = persistentListOf(
openingHours = setOf(
OpeningHours(
dayOfWeek = DayOfWeek.MONDAY,
startTime = LocalTime.of(18, 0),