Skip to content

Commit fa4053b

Browse files
committed
MAGETWO-89990: Multishipping
1 parent 6b74b21 commit fa4053b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Multishipping/Test/Unit/Block/Checkout/SuccessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testGetOrderIdsWithEmptyIdsArray()
8888
public function testGetOrderIds()
8989
{
9090
$ids = [100, 102, 103];
91-
$this->sessionMock->method('getOrderIds')->willReturn($ids);;
91+
$this->sessionMock->method('getOrderIds')->willReturn($ids);
9292

9393
$this->assertEquals($ids, $this->model->getOrderIds());
9494
}

0 commit comments

Comments
 (0)