Skip to content

Commit 5b11dc8

Browse files
adampmossihor-sviziev
authored andcommitted
Update invalid country code test with new message
1 parent 994f0ec commit 5b11dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/TaxImportExport/Model/Rate/CsvImportHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testImportFromCsvFileWithCorrectData()
5757
/**
5858
* @magentoDbIsolation enabled
5959
* @expectedException \Magento\Framework\Exception\LocalizedException
60-
* @expectedExceptionMessage One of the countries has invalid code.
60+
* @expectedExceptionMessage Country code is invalid: ZZ
6161
*/
6262
public function testImportFromCsvFileThrowsExceptionWhenCountryCodeIsInvalid()
6363
{

0 commit comments

Comments
 (0)