From 12c73cf50c52834fc54459d8fe7f7a151ad3b191 Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Sat, 22 Sep 2018 08:20:09 -0400 Subject: [PATCH] adjusted e2e test to use 1.0 instead of 1 per eukreign which came from lyoshenko. --- tests/integration/wallet/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/wallet/test_commands.py b/tests/integration/wallet/test_commands.py index a92f967da..0884abf02 100644 --- a/tests/integration/wallet/test_commands.py +++ b/tests/integration/wallet/test_commands.py @@ -186,7 +186,7 @@ class EpicAdventuresOfChris45(CommandTestCase): # While making the spamdwich he wonders... has anyone on LBRY # registered the @spam channel yet? "I should do that!" he # exclaims and goes back to his computer to do just that! - channel = yield self.out(self.daemon.jsonrpc_channel_new('@spam', 1)) + channel = yield self.out(self.daemon.jsonrpc_channel_new('@spam', 1.0)) self.assertTrue(channel['success']) yield self.d_confirm_tx(channel['tx']['txid'])