mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 11:20:19 +03:00
Fix test_blank_languages
This commit is contained in:
parent
a51d9af81b
commit
3a57acd282
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user