Skip to content

Commit 942edaf

Browse files
committed
Fixed the pr comments
1 parent 8bfe610 commit 942edaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ConfigImportCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ public function testImportCurrencyImportSchedule()
370370
/** @var $configValue \Magento\Framework\App\Config\ValueInterface */
371371
$configValue = $valueFactory->create();
372372

373-
$hour = rand(0, 23);
374-
$min = rand(0, 59);
373+
$hour = 6;
374+
$min = 30;
375375
$data = [
376376
'system' => [
377377
'default' => [

0 commit comments

Comments
 (0)