mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 05:10:21 +03:00
Clean up test
This commit is contained in:
parent
32045bbbef
commit
a6f0dca441
|
@ -855,5 +855,4 @@ def test_matcher_non_greedy_operator(en_vocab):
|
|||
matches = matcher(doc, as_spans=True)
|
||||
assert len(matches) == len(results)
|
||||
for i in range(len(matches)):
|
||||
print(i)
|
||||
assert matches[i].text == results[i]
|
||||
|
|
Loading…
Reference in New Issue
Block a user