adjusted e2e test to use 1.0 instead of 1 per eukreign which came from lyoshenko.

This commit is contained in:
Mark Beamer Jr 2018-09-22 08:20:09 -04:00 committed by Lex Berezhny
parent 02d398613d
commit 12c73cf50c

View file

@ -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'])