aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_uptime.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/rpc_uptime.py')
-rwxr-xr-xtest/functional/rpc_uptime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_uptime.py b/test/functional/rpc_uptime.py
index 1a82d1fa41..024e8aec1a 100755
--- a/test/functional/rpc_uptime.py
+++ b/test/functional/rpc_uptime.py
@@ -23,7 +23,7 @@ class UptimeTest(BitcoinTestFramework):
self._test_uptime()
def _test_negative_time(self):
- assert_raises_rpc_error(-8, "Mocktime can not be negative: -1.", self.nodes[0].setmocktime, -1)
+ assert_raises_rpc_error(-8, "Mocktime cannot be negative: -1.", self.nodes[0].setmocktime, -1)
def _test_uptime(self):
wait_time = 10