Skip to content

Commit b79449c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function processAssert(CheckoutOnepage $checkoutOnepage, $taxTotal)
2929
$reviewTaxTotal,
3030
number_format($taxTotal, 2),
3131
'Tax price: \'' . $reviewTaxTotal
32-
. '\' not equals with price from data set: \'' . $reviewTaxTotal . '\''
32+
. '\' not equals with price from data set: \'' . $taxTotal . '\''
3333
);
3434
}
3535

0 commit comments

Comments
 (0)