Skip to content

Commit 5aac29c

Browse files
committed
MAGETWO-72469: Merge 2.2-develop into develop
1 parent d3e303c commit 5aac29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Eav/Setup/EavSetupTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function addAttributeDataProvider()
6666
*
6767
* @dataProvider addAttributeThrowExceptionDataProvider
6868
* @expectedException \Magento\Framework\Exception\LocalizedException
69-
* @expectedExceptionMessage An attribute code must not be less than 1 and more than 30 characters.
69+
* @expectedExceptionMessage An attribute code must not be less than 1 and more than 60 characters.
7070
*/
7171
public function testAddAttributeThrowException($attributeCode)
7272
{
@@ -86,7 +86,7 @@ public function addAttributeThrowExceptionDataProvider()
8686
[null],
8787
[''],
8888
[' '],
89-
['more_than_60_characters_more_than_more_than_60_characters'],
89+
['more_than_60_characters_more_than_more_than_60_characters_more'],
9090
];
9191
}
9292

0 commit comments

Comments
 (0)