Skip to content

Commit

Permalink
CLDR-17416 Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati committed Feb 28, 2024
1 parent c7c990a commit 1cc682d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,11 +488,6 @@ public void TestCldrScriptCodes() {
break; // do nothin
}
}

ImmutableSet<String> variants =
ImmutableSet.of("Cyrs", "Geok", "Latf", "Latg", "Syre", "Syrj", "Syrn");
assertRelation(
"getCLDRScriptCodes contains variants", false, codes, CONTAINS_SOME, variants);
}

public void checkPluralSamples(String... row) {
Expand Down

0 comments on commit 1cc682d

Please sign in to comment.