Skip to content

Commit d837866

Browse files
committed
ACP2E-1748: Magento\Reports\Test\Unit\Model\ResourceModel\Order\CollectionTest::testGetDateRangeFirstPart is failing during specific time
1 parent 53c3954 commit d837866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Order/CollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public function firstPartDateRangeDataProvider(): array
476476
return [
477477
['', '', '', '0 0 0 23:59:59'],
478478
['24h', '', '', '0 0 1 0:0:0'],
479-
['7d', '', '', '0 0 6 22:59:59']
479+
['7d', '', '', '0 0 6 23:59:59']
480480
];
481481
}
482482

0 commit comments

Comments
 (0)