Skip to content

Commit d8a4b22

Browse files
committed
MAGETWO-60993: Free shipping is not triggered by product attribute condition
1 parent 5e6c0dd commit d8a4b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/OfflineShipping/Test/Unit/Model/Quote/Address/FreeShippingTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ protected function setUp()
3535
);
3636

3737
$this->model = new \Magento\OfflineShipping\Model\Quote\Address\FreeShipping(
38-
$this->storeManagerMock,
39-
$this->calculatorMock
38+
$this->storeManagerMock,
39+
$this->calculatorMock
4040
);
4141
}
4242

0 commit comments

Comments
 (0)