Skip to content

Commit 96029b5

Browse files
authored
Fix test
1 parent 315bd3a commit 96029b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Cron/Test/Unit/Observer/ProcessCronQueueObserverTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,8 @@ public function testMissedJobsCleanedInTime()
10821082
->method('quoteInto')
10831083
->with(
10841084
'status = ? AND job_code IN (?) AND (scheduled_at < UTC_TIMESTAMP() - INTERVAL 1 DAY)',
1085-
['test_job1'],
1086-
'running'
1085+
'running',
1086+
['test_job1']
10871087
)
10881088
->willReturn('');
10891089

0 commit comments

Comments
 (0)