mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Fix test for Python3
This commit is contained in:
parent
8c945310fb
commit
ebf8942564
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user