This commit is contained in:
Matthew Honnibal 2018-01-15 15:55:15 +01:00
parent 4b09616b58
commit 82135d85b7

View File

@ -13,6 +13,6 @@ def test_issue1757():
assert not span < None
assert not span == None
assert span >= None
lex = vocab['a']
lex = doc.vocab['a']
assert not lex == None
assert not lex < None