Skip to content

Commit 26d1798

Browse files
committed
12178 Fix unit test
1 parent 55361fe commit 26d1798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Deploy/Test/Unit/Model/ModeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public function testEnableProductionModeMinimal()
241241
->willReturn($this->processorFacade);
242242
$this->processorFacade
243243
->expects($this->once())
244-
->method('process')
244+
->method('processWithLockTarget')
245245
->with(
246246
'dev/debug/debug_logging',
247247
0,

0 commit comments

Comments
 (0)