fix tests

This commit is contained in:
thomashacker 2023-01-23 13:56:54 +01:00
parent 0d4f1d4765
commit 371f5f6734

View File

@ -689,7 +689,6 @@ def test_language_matching(lang, target):
("mul", "xx"), ("mul", "xx"),
("no", "nb"), ("no", "nb"),
("pt-BR", "pt"), ("pt-BR", "pt"),
("xx", "mul"),
("zh-Hans", "zh"), ("zh-Hans", "zh"),
], ],
) )