Skip to content

Commit 5658b97

Browse files
MAGETWO-66656: Fix retrieval of old value in config import
1 parent 05370a6 commit 5658b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Config/Test/Unit/Model/PreparedValueFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ public function createDataProvider()
181181
'expects' => $this->once(),
182182
'return' => true
183183
],
184-
'getBackendModel' => ['expects' => $this->once()]
184+
'getBackendModel' => ['expects' => $this->never()]
185185
],
186-
'valueFactory' => ['expects' => $this->never()]
186+
'valueFactory' => ['expects' => $this->once()]
187187
],
188188
[
189189
'deploymentConfigIsAvailable' => ['return' => true],

0 commit comments

Comments
 (0)