mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +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'
|
heart = '\U0001f499'
|
||||||
print(heart)
|
print(heart)
|
||||||
h = ss.add(heart)
|
h = ss.add(heart)
|
||||||
assert h == 11841826740069053588L
|
assert h == 11841826740069053588
|
||||||
|
|
||||||
|
|
||||||
def test_stringstore_from_api_docs(stringstore):
|
def test_stringstore_from_api_docs(stringstore):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user