Skip to content

Commit 392b95d

Browse files
committed
MCP-771: [MCP-608] Multiple consumers prototype development
- Fix static tests;
1 parent 4e98318 commit 392b95d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/code/Magento/MessageQueue/Test/Unit/Console/StartConsumerCommandTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ public function testExecute(
109109
int $unlockExpects,
110110
int $runProcessExpects,
111111
int $expectedReturn
112-
): void
113-
{
112+
): void {
114113
$areaCode = 'area_code';
115114
$numberOfMessages = 10;
116115
$batchSize = null;

app/code/Magento/MessageQueue/Test/Unit/Model/Cron/ConsumersRunnerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ public function testRunMultiProcesses(
287287
array $returnMap,
288288
array $allowedConsumers,
289289
int $shellBackgroundExpects
290-
): void
291-
{
290+
): void {
292291
$consumerName = 'consumerName';
293292

294293
$this->deploymentConfigMock

0 commit comments

Comments
 (0)