From fe0ff00fe1522497e507fc4334172ed0c2be7f22 Mon Sep 17 00:00:00 2001 From: ines Date: Sun, 19 Mar 2017 11:55:37 +0100 Subject: [PATCH] Fix spacing --- spacy/tests/regression/test_issue891.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/tests/regression/test_issue891.py b/spacy/tests/regression/test_issue891.py index b5fa8bf12..b1bec3d25 100644 --- a/spacy/tests/regression/test_issue891.py +++ b/spacy/tests/regression/test_issue891.py @@ -3,6 +3,7 @@ from __future__ import unicode_literals import pytest + @pytest.mark.xfail @pytest.mark.parametrize('text', ["want/need"]) def test_issue891(en_tokenizer, text):