From 6b72541dc01de559d5d09daffb4cf2578bb27067 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 29 May 2019 11:45:25 +0000 Subject: functional_tests: python3 compatibility and add missing tests --- tests/functional_tests/speed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional_tests/speed.py') 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) -- cgit v1.2.3