fix reschedule test dates

This commit is contained in:
Yisroel Baum 2026-08-19 22:42:55 +03:00
parent 258e4ea27a
commit b8eeb093d3
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -49,9 +49,9 @@ class RescheduleScheduleTest extends TestCase
$this->assertSame( $this->assertSame(
[ [
'2026-08-20', '2026-08-20',
'2026-08-11', '2026-08-12',
'2026-08-21', '2026-08-21',
'2026-08-13', '2026-08-14',
'2026-08-21', '2026-08-21',
], ],
array_map(function (ScheduleAssignment $assignment): string { array_map(function (ScheduleAssignment $assignment): string {