diff --git a/spacy/tests/tokens/test_token.py b/spacy/tests/tokens/test_token.py deleted file mode 100644 index c2092564c..000000000 --- a/spacy/tests/tokens/test_token.py +++ /dev/null @@ -1,11 +0,0 @@ -from __future__ import unicode_literals -import pytest - -from spacy.parts_of_speech import ADV - - -@pytest.mark.models -def test_prob(EN): - tokens = EN(u'Give it back', parse=False) - give = tokens[0] - assert give.prob != 0