Skip to content

Commit 8547952

Browse files
Dmytro VilchynskyiNatalia Momotenko
authored andcommitted
MAGETWO-46821: Update readable content
- fix fails on Bamboo
1 parent 43f1580 commit 8547952

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/code/Magento/Checkout/Test/Unit/Model/ShippingInformationManagementTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public function testSaveAddressInformationIfShippingAddressNotSet()
263263

264264
/**
265265
* @expectedException \Magento\Framework\Exception\InputException
266-
* @expectedExceptionMessage Unable to save address. Please, check input data.
266+
* @expectedExceptionMessage Unable to save address. Please check input data.
267267
*/
268268
public function testSaveAddressInformationThrowExceptionWhileAddressSaving()
269269
{
@@ -494,7 +494,7 @@ public function testSaveAddressInformationIfMinimumAmountIsNotValid()
494494

495495
/**
496496
* @expectedException \Magento\Framework\Exception\InputException
497-
* @expectedExceptionMessage Unable to save shipping information. Please, check input data.
497+
* @expectedExceptionMessage Unable to save shipping information. Please check input data.
498498
*/
499499
public function testSaveAddressInformationIfCanNotSaveQuote()
500500
{

app/code/Magento/Quote/Test/Unit/Model/BillingAddressManagementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function testSetAddress()
169169
/**
170170
* @return void
171171
* @expectedException \Magento\Framework\Exception\InputException
172-
* @expectedExceptionMessage Unable to save address. Please, check input data.
172+
* @expectedExceptionMessage Unable to save address. Please check input data.
173173
*/
174174
public function testSetAddressWithInabilityToSaveQuote()
175175
{

app/code/Magento/Quote/Test/Unit/Model/ShippingAddressManagementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function testSetAddressForVirtualProduct()
160160

161161
/**
162162
* @expectedException \Magento\Framework\Exception\InputException
163-
* @expectedExceptionMessage Unable to save address. Please, check input data.
163+
* @expectedExceptionMessage Unable to save address. Please check input data.
164164
*/
165165
public function testSetAddressWithInabilityToSaveQuote()
166166
{

0 commit comments

Comments
 (0)