Skip to content

Commit 87d1d2a

Browse files
authored
Fix unit tests
1 parent 6e66696 commit 87d1d2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/Address/RendererTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ private function setStoreExpectations(): void
188188
// One call to setup the store from the order, and an other one to rollback to the original store value
189189
$expected = [$storeMock, $originalStoreMock];
190190
$matcher = $this->exactly(count($expected));
191-
$this->customerAddressConfigMock->expects(self::once())->method('getStore')->willReturn($storeMock);
192191
$this->customerAddressConfigMock->expects($matcher)->method('setStore')->with(
193192
$this->callback(function ($store) use ($matcher, $expected) {
194193
$this->assertEquals($store, $expected[$matcher->getInvocationCount() - 1]);

0 commit comments

Comments
 (0)