Skip to content

Commit e9cc35c

Browse files
author
Dale Sikkema
committed
MAGETWO-37848: Generate data fails when table prefix exceeds length of 5
1 parent 785aca6 commit e9cc35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/DB/Test/Unit/ExpressionConverterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public function shortenEntityNameDataProvider()
3939
'pre_'
4040
],
4141
'Abbreviated identifier' => [
42-
$length40 . 'enterprise_notification_index',
42+
$length40 . 'downloadable_notification_index',
4343
'pre_',
44-
$length40 . 'ent_ntfc_idx'
44+
$length40 . 'dl_ntfc_idx'
4545
],
4646
];
4747
}

0 commit comments

Comments
 (0)