Skip to content

Commit d137a60

Browse files
author
Elena Marchenko
committed
MTA-559: Updated tax total assert on order review page
1 parent bcabfa6 commit d137a60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertTaxTotalOrderReview.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public function processAssert(CheckoutOnepage $checkoutOnepage, $taxTotal)
2828
\PHPUnit_Framework_Assert::assertEquals(
2929
$reviewTaxTotal,
3030
number_format($taxTotal, 2),
31-
'Tax price: \'' . $reviewTaxTotal
32-
. '\' not equals with price from data set: \'' . $taxTotal . '\''
31+
"Tax price '$reviewTaxTotal' not equals with price from data set '$taxTotal'."
3332
);
3433
}
3534

0 commit comments

Comments
 (0)