diff --git a/spacy/tests/regression/test_issue1488.py b/spacy/tests/regression/test_issue1488.py index 5e82517d6..6b9ab9a70 100644 --- a/spacy/tests/regression/test_issue1488.py +++ b/spacy/tests/regression/test_issue1488.py @@ -23,4 +23,4 @@ def test_issue1488(): nlp.tokenizer = my_tokenizer(nlp) doc = nlp("This is a test.") for token in doc: - print(token.text) + assert token.text