aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/mining.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/mining.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/mining.py')
-rwxr-xr-xtests/functional_tests/mining.py2
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()