Skip to content

Commit

Permalink
Remove incomplete special case handling
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Dec 31, 2024
1 parent 5c55766 commit 10f5958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/codecs/text/update_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Future<void> 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]);
Expand Down

0 comments on commit 10f5958

Please sign in to comment.