We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274ba4b commit 717f0a4Copy full SHA for 717f0a4
dev/tests/integration/testsuite/Magento/TaxImportExport/Model/Rate/CsvImportHandlerTest.php
@@ -57,7 +57,7 @@ public function testImportFromCsvFileWithCorrectData()
57
/**
58
* @magentoDbIsolation enabled
59
* @expectedException \Magento\Framework\Exception\LocalizedException
60
- * @expectedExceptionMessage One of the countries has invalid code.
+ * @expectedExceptionMessage Country code is invalid: ZZ
61
*/
62
public function testImportFromCsvFileThrowsExceptionWhenCountryCodeIsInvalid()
63
{
0 commit comments