Clean up test

This commit is contained in:
Adriane Boyd 2022-11-28 13:33:31 +01:00
parent 32045bbbef
commit a6f0dca441

View File

@ -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]