diff --git a/spacy/tests/test_language.py b/spacy/tests/test_language.py index c74bb6db9..ca9d9225f 100644 --- a/spacy/tests/test_language.py +++ b/spacy/tests/test_language.py @@ -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"),