Fix test_blank_languages

This commit is contained in:
thomashacker 2023-01-25 16:49:35 +01:00
parent a51d9af81b
commit 3a57acd282

View File

@ -686,7 +686,7 @@ def test_language_matching(lang, target):
("iw", "he"),
("is", "isl"),
("mo", "ro"),
("mul", "xx"),
("xx", "mul"),
("no", "nb"),
("pt-BR", "pt"),
("zh-Hans", "zh"),