Skip to content

Commit 0c6de1d

Browse files
committed
MC-35903: Refactor place where lock mechanism is used regarding proper lock description
1 parent 1c73183 commit 0c6de1d

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
@@ -187,7 +187,7 @@ public function executeDataProvider()
187187
'singleThread' => true,
188188
'lockExpects' => 1,
189189
'isLocked' => false,
190-
'unlockExpects' => 1,
190+
'unlockExpects' => 0,
191191
'runProcessExpects' => 0,
192192
'expectedReturn' => Cli::RETURN_FAILURE,
193193
],

0 commit comments

Comments
 (0)