Skip to content

Commit b1d546c

Browse files
committed
MTA-3952: Refactoring comments history block in Order module
1 parent e934849 commit b1d546c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertRefundInCommentsHistory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function processAssert(
4747
unset($comments[$key]);
4848
}
4949
}
50+
$comments = array_values($comments);
5051

5152
foreach ($refundedPrices as $key => $refundedPrice) {
5253
\PHPUnit_Framework_Assert::assertRegExp(

0 commit comments

Comments
 (0)