mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-11 09:00:36 +03:00
Update test
This commit is contained in:
parent
1d4322eb04
commit
031673dc35
|
@ -288,7 +288,7 @@ def test_issue1967(label):
|
||||||
"entities": [label],
|
"entities": [label],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
assert "JOB-NAME" in ner.moves.get_actions(gold_parses=[example])[1]
|
assert "JOB-NAME" in ner.moves.get_actions(examples=[example])[1]
|
||||||
|
|
||||||
|
|
||||||
def test_issue1971(en_vocab):
|
def test_issue1971(en_vocab):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user