Skip to content

Commit

Permalink
Fix test for Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 16, 2017
1 parent 8c94531 commit ebf8942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy/tests/stringstore/test_stringstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_string_hash(stringstore):
heart = '\U0001f499'
print(heart)
h = ss.add(heart)
assert h == 11841826740069053588L
assert h == 11841826740069053588


def test_stringstore_from_api_docs(stringstore):
Expand Down

0 comments on commit ebf8942

Please sign in to comment.