From 235cebd14a489985b5c4481cc3f9711404f72fda Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 1 Jun 2021 12:42:16 -0300 Subject: [PATCH] fix test value --- tests/integration/blockchain/test_claim_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/blockchain/test_claim_commands.py b/tests/integration/blockchain/test_claim_commands.py index a04aec775..26318b22d 100644 --- a/tests/integration/blockchain/test_claim_commands.py +++ b/tests/integration/blockchain/test_claim_commands.py @@ -2173,7 +2173,7 @@ class SupportCommands(CommandTestCase): # lbrycrd returned 'the transaction was rejected by network rules.' channel_id = self.get_claim_id(await self.channel_create()) stream_id = self.get_claim_id(await self.stream_create()) - tx = await self.support_create(stream_id, '7.967598', channel_id=channel_id) + tx = await self.support_create(stream_id, '7.967601', channel_id=channel_id) self.assertEqual(len(tx['outputs']), 1) # must be one to reproduce bug self.assertTrue(tx['outputs'][0]['is_channel_signature_valid'])