Skip to content

Commit d24d66d

Browse files
author
Dmytro Poperechnyy
committed
MAGETWO-44539: Issues with "Orders and Returns" widget
- Redundant space eliminated;
1 parent 7904f36 commit d24d66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/OrderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ public function testLoadByIncrementIdAndStore()
754754
$this->salesOrderCollectionMock->expects($this->any())->method('addFieldToFilter')->willReturnSelf();
755755
$this->salesOrderCollectionMock->expects($this->once())->method('load')->willReturnSelf();
756756
$this->salesOrderCollectionMock->expects($this->once())->method('getFirstItem')->willReturn($this->order);
757-
$this->assertSame($this->order , $this->order->loadByIncrementIdAndStore($incrementId, $storeId));
757+
$this->assertSame($this->order, $this->order->loadByIncrementIdAndStore($incrementId, $storeId));
758758
}
759759

760760
public function notInvoicingStatesProvider()

0 commit comments

Comments
 (0)