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"), ("iw", "he"),
("is", "isl"), ("is", "isl"),
("mo", "ro"), ("mo", "ro"),
("mul", "xx"), ("xx", "mul"),
("no", "nb"), ("no", "nb"),
("pt-BR", "pt"), ("pt-BR", "pt"),
("zh-Hans", "zh"), ("zh-Hans", "zh"),