Skip to content

Commit

Permalink
[fix] test | change en to ar in `Arabic all cases (with ignorePluralR…
Browse files Browse the repository at this point in the history
…ules) | using `_pluralCaseFallback``
  • Loading branch information
MAlazhariy committed Nov 25, 2024
1 parent 4b69f4b commit c713a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easy_localization_plural_rules_unit_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void main() {
});
test('Arabic all cases (with ignorePluralRules) | using `_pluralCaseFallback`', () async {
Localization.load(
const Locale('en'),
const Locale('ar'),
translations: r.translations,
fallbackTranslations: r.fallbackTranslations,
ignorePluralRules: true,
Expand Down

0 comments on commit c713a1b

Please sign in to comment.