Skip to content

Commit 2530ef8

Browse files
author
Oleksii Korshenko
committed
MAGETWO-71359: Test cron expressions against localized time #10432
- fixed static tests
1 parent 7f3cc0f commit 2530ef8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Cron/Test/Unit/Model/ScheduleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ public function testTrySchedule($scheduledAt, $cronExprArr, $expected)
177177
$this->assertEquals($expected, $result);
178178
}
179179

180-
181180
public function testTryScheduleWithConversionToAdminStoreTime()
182181
{
183182
$scheduledAt = '2011-12-13 14:15:16';

0 commit comments

Comments
 (0)