Skip to content

Commit 34f9f72

Browse files
committed
Fixed failing integration test
1 parent a88182a commit 34f9f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Cron/Observer/ProcessCronQueueObserverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function groupFiltersDataProvider(): array
110110

111111
return [
112112
'no flags runs all groups' => [
113-
['consumers', 'index', 'default'] // groups to run
113+
['index', 'consumers', 'default'] // groups to run
114114
],
115115
'--group=default should run' => [
116116
['default'], // groups to run

0 commit comments

Comments
 (0)