fix reschedule test dates
This commit is contained in:
parent
258e4ea27a
commit
b8eeb093d3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue