Skip to content

Commit de3a973

Browse files
author
Joan He
committed
Merge remote-tracking branch 'origin/MAGETWO-37848-prefix-length' into develop
2 parents 2adba66 + c7f143b commit de3a973

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)