diff --git a/tests/integration/wallet/test_commands.py b/tests/integration/wallet/test_commands.py index 65f934603..bc8089d90 100644 --- a/tests/integration/wallet/test_commands.py +++ b/tests/integration/wallet/test_commands.py @@ -95,5 +95,5 @@ class PublishCommandTests(CommandTestCase): @defer.inlineCallbacks def test_publish(self): - result = yield self.daemon.jsonrpc_publish('foo', 1*COIN) + result = yield self.daemon.jsonrpc_publish('foo', 1) print(result)