diff --git a/test/codecs/text/update_data.dart b/test/codecs/text/update_data.dart index 1767593..ab8a06e 100644 --- a/test/codecs/text/update_data.dart +++ b/test/codecs/text/update_data.dart @@ -23,7 +23,7 @@ Future main() async { // TODO(JonasWanke): use codec directly when supporting fromText() final textEncoder = RecurrenceRuleToTextEncoder(l10n); - if (l10ns.length > 1 && text.containsKey(locale)) { + if (text.containsKey(locale)) { // Remove and re-add the entry to ensure they are ordered // alphabetically. dataEditor.remove([rruleString, locale]);