Skip to content

Commit 34da4fa

Browse files
committed
ACP2E-1736: Customer Addresses Export is not working with empty multi-area text field
addressed static issues
1 parent 4428976 commit 34da4fa

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/CustomerImportExport/Test/Unit/Model/Export

1 file changed

+2
-2
lines changed

app/code/Magento/CustomerImportExport/Test/Unit/Model/Export/AddressTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AddressTest extends TestCase
3838
/**
3939
* Test attribute code
4040
*/
41-
const ATTRIBUTE_CODE = 'code1';
41+
public const ATTRIBUTE_CODE = 'code1';
4242

4343
/**
4444
* Websites array (website id => code)
@@ -61,7 +61,7 @@ class AddressTest extends TestCase
6161
];
6262

6363
/**
64-
* Customer data
64+
* Customer details
6565
*
6666
* @var array
6767
*/

0 commit comments

Comments
 (0)