Fix test for issue 617

This commit is contained in:
Matthew Honnibal 2016-11-10 22:48:10 +01:00
parent faa7610c56
commit e86f440ca6

View File

@ -2,4 +2,7 @@ from ...vocab import Vocab
def test_load_vocab_with_string():
try:
vocab = Vocab.load('/tmp/vocab')
except IOError:
pass