File tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Eav/Setup
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function addAttributeDataProvider()
66
66
*
67
67
* @dataProvider addAttributeThrowExceptionDataProvider
68
68
* @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.
70
70
*/
71
71
public function testAddAttributeThrowException ($ attributeCode )
72
72
{
@@ -86,7 +86,7 @@ public function addAttributeThrowExceptionDataProvider()
86
86
[null ],
87
87
['' ],
88
88
[' ' ],
89
- ['more_than_60_characters_more_than_more_than_60_characters ' ],
89
+ ['more_than_60_characters_more_than_more_than_60_characters_more ' ],
90
90
];
91
91
}
92
92
You can’t perform that action at this time.
0 commit comments