Pass regression test for #401 (resolves #401)

Fixed in new English models.
This commit is contained in:
ines 2017-03-18 17:06:49 +01:00
parent be9daefbdd
commit d0b85faf69
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from __future__ import unicode_literals
import pytest
@pytest.mark.xfail
@pytest.mark.models
@pytest.mark.parametrize('text,i', [("Jane's got a new car", 1),
("Jane thinks that's a nice car", 3)])