File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/Test/Unit/Model/Order/Address Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ private function setStoreExpectations(): void
181
181
$ this ->storeManagerMck ->expects ($ matcher )->method ('setCurrentStore ' )->with (
182
182
$ this ->callback (function ($ store ) use ($ matcher , $ expected ) {
183
183
$ this ->assertEquals ($ store , $ expected [$ matcher ->getInvocationCount () - 1 ]);
184
- return $ this -> storeManagerMck ;
184
+ return true ;
185
185
})
186
186
);
187
187
@@ -192,7 +192,7 @@ private function setStoreExpectations(): void
192
192
$ this ->customerAddressConfigMock ->expects ($ matcher )->method ('setStore ' )->with (
193
193
$ this ->callback (function ($ store ) use ($ matcher , $ expected ) {
194
194
$ this ->assertEquals ($ store , $ expected [$ matcher ->getInvocationCount () - 1 ]);
195
- return $ this -> customerAddressConfigMock ;
195
+ return true ;
196
196
})
197
197
);
198
198
}
You can’t perform that action at this time.
0 commit comments