aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/speed.py
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-05-29 11:45:25 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-09-17 11:38:33 +0000
commit6b72541dc01de559d5d09daffb4cf2578bb27067 (patch)
treeb987ecb8325e90f05775be9c3205a08b7c7d6f8f /tests/functional_tests/speed.py
parentfunctional_tests: pop exactly what we need to test before testing (diff)
downloadmonero-6b72541dc01de559d5d09daffb4cf2578bb27067.tar.xz
functional_tests: python3 compatibility
and add missing tests
Diffstat (limited to 'tests/functional_tests/speed.py')
-rwxr-xr-xtests/functional_tests/speed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/speed.py b/tests/functional_tests/speed.py
index 591c98ec1..71be785b8 100755
--- a/tests/functional_tests/speed.py
+++ b/tests/functional_tests/speed.py
@@ -48,7 +48,7 @@ from framework.wallet import Wallet
class SpeedTest():
def reset(self):
- print 'Resetting blockchain'
+ print('Resetting blockchain')
daemon = Daemon()
res = daemon.get_height()
daemon.pop_blocks(res.height - 1)