Skip to content

Commit

Permalink
CLDR-17582 Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati committed May 28, 2024
1 parent 121d3a2 commit 5eb5805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public void TestNamesVsEmojiData() {
Annotations annotations = s.getValue();
String name = Emoji.getName(emoji);
String annotationName = annotations.getShortName();
if (!symbols.contains(emoji) && !emoji.contains("👲")) {
if (!symbols.contains(emoji) && !emoji.contains("👲") && !emoji.contains("🧑")) {
assertEquals(emoji + " (en.xml vs. emoji-test.txt)", name, annotationName);
}
}
Expand Down

0 comments on commit 5eb5805

Please sign in to comment.