Skip to content

Commit 7d4abf4

Browse files
committed
Merge branch 'main' into fix/constrained-regen
2 parents d2d8a1e + 6bc6446 commit 7d4abf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zshot/tests/mentions_extractor/test_tars_mentions_extractor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ def test_tars_end2end_incomplete_spans():
6868
nlp.add_pipe("zshot", config=config_zshot, last=True)
6969
assert "zshot" in nlp.pipe_names
7070
doc = nlp(INCOMPLETE_SPANS_TEXT)
71-
assert len(doc._.mentions) == 4
71+
assert len(doc._.mentions) == 0
7272
nlp.remove_pipe('zshot')
7373
del doc, nlp

0 commit comments

Comments
 (0)