Really remove accidentally added test

This commit is contained in:
Adriane Boyd 2019-09-08 20:58:22 +02:00
parent e4cba2f1ee
commit d1679819ab

View File

@ -33,7 +33,6 @@ def test_issue1061():
doc = tokenizer(text)
assert '_MATH_' in [w.text for w in doc]
assert 'MATH' not in [w.text for w in doc]
text = '...gimme...? that ...gimme...? or else ...gimme...?!'
@pytest.mark.xfail(