diff --git a/spacy/tests/matcher/test_matcher_bugfixes.py b/spacy/tests/matcher/test_matcher_bugfixes.py index a125d1a99..e7b9c75b0 100644 --- a/spacy/tests/matcher/test_matcher_bugfixes.py +++ b/spacy/tests/matcher/test_matcher_bugfixes.py @@ -35,7 +35,7 @@ def test_overlap_issue118(EN): def test_overlap_issue242(): - '''Test bug from multi-word phrases breaking text representation.''' + '''Test overlapping multi-word phrases.''' patterns = [ [{LOWER: 'food'}, {LOWER: 'safety'}],