We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2adba66 + c7f143b commit de3a973Copy full SHA for de3a973
lib/internal/Magento/Framework/DB/Test/Unit/ExpressionConverterTest.php
@@ -39,9 +39,9 @@ public function shortenEntityNameDataProvider()
39
'pre_'
40
],
41
'Abbreviated identifier' => [
42
- $length40 . 'enterprise_notification_index',
+ $length40 . 'downloadable_notification_index',
43
'pre_',
44
- $length40 . 'ent_ntfc_idx'
+ $length40 . 'dl_ntfc_idx'
45
46
];
47
}
0 commit comments