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/mining.py | |
parent | functional_tests: pop exactly what we need to test before testing (diff) | |
download | monero-6b72541dc01de559d5d09daffb4cf2578bb27067.tar.xz |
functional_tests: python3 compatibility
and add missing tests
Diffstat (limited to 'tests/functional_tests/mining.py')
-rwxr-xr-x | tests/functional_tests/mining.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/mining.py b/tests/functional_tests/mining.py index f1b91e8fc..a08a45ad4 100755 --- a/tests/functional_tests/mining.py +++ b/tests/functional_tests/mining.py @@ -143,7 +143,7 @@ class MiningTest(): assert res_status.active == False def submitblock(self): - print "Test submitblock" + print("Test submitblock") daemon = Daemon() res = daemon.get_height() |