diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-05-29 11:45:25 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-09-17 11:38:33 +0000 |
| commit | 6b72541dc01de559d5d09daffb4cf2578bb27067 (patch) | |
| tree | b987ecb8325e90f05775be9c3205a08b7c7d6f8f /tests/functional_tests/speed.py | |
| parent | 1fac83858a8bbf778272172c4995609d60a75805 (diff) | |
| download | monzero-core-6b72541dc01de559d5d09daffb4cf2578bb27067.tar.gz monzero-core-6b72541dc01de559d5d09daffb4cf2578bb27067.tar.xz monzero-core-6b72541dc01de559d5d09daffb4cf2578bb27067.zip | |
functional_tests: python3 compatibility
and add missing tests
Diffstat (limited to 'tests/functional_tests/speed.py')
| -rwxr-xr-x | tests/functional_tests/speed.py | 2 |
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) |
