Skip to content
Snippets Groups Projects
Commit 2e7d45bf authored by Holger's avatar Holger
Browse files

Fix unit test for python 2.7

parent 45258936
No related branches found
No related tags found
No related merge requests found
...@@ -867,7 +867,7 @@ class Blockchain(object): ...@@ -867,7 +867,7 @@ class Blockchain(object):
>>> from beem.blockchain import Blockchain >>> from beem.blockchain import Blockchain
>>> blockchain = Blockchain() >>> blockchain = Blockchain()
>>> blockchain.get_similar_account_names("test", limit=5) >>> print(blockchain.get_similar_account_names("test", limit=5))
['test', 'test-1', 'test-2', 'test-ico', 'test-ilionx-123'] ['test', 'test-1', 'test-2', 'test-ico', 'test-ilionx-123']
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment