Skip to content

Commit 030b74d

Browse files
committed
MC-35903: Refactor place where lock mechanism is used regarding proper lock description
1 parent fee2906 commit 030b74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function executeDataProvider()
172172
'singleThread' => true,
173173
'lockExpects' => 1,
174174
'isLocked' => false,
175-
'unlockExpects' => 1,
175+
'unlockExpects' => 0,
176176
'runProcessExpects' => 0,
177177
'expectedReturn' => \Magento\Framework\Console\Cli::RETURN_FAILURE,
178178
],

0 commit comments

Comments
 (0)