forked from LBRYCommunity/lbry-sdk
adjust assertions for fee changes
This commit is contained in:
parent
3c54b2bcd7
commit
d32697f611
1 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ class EpicAdventuresOfChris45(CommandTestCase):
|
||||||
# After abandoning he just waits for his LBCs to be returned to his account
|
# After abandoning he just waits for his LBCs to be returned to his account
|
||||||
await self.generate(5)
|
await self.generate(5)
|
||||||
result = await self.daemon.jsonrpc_account_balance()
|
result = await self.daemon.jsonrpc_account_balance()
|
||||||
self.assertEqual(result, '8.9693585')
|
self.assertEqual(result, '8.969363')
|
||||||
|
|
||||||
# Amidst all this Chris receives a call from his friend Ramsey
|
# Amidst all this Chris receives a call from his friend Ramsey
|
||||||
# who says that it is of utmost urgency that Chris transfer him
|
# who says that it is of utmost urgency that Chris transfer him
|
||||||
|
@ -264,7 +264,7 @@ class EpicAdventuresOfChris45(CommandTestCase):
|
||||||
await self.generate(5)
|
await self.generate(5)
|
||||||
result = await self.daemon.jsonrpc_account_balance()
|
result = await self.daemon.jsonrpc_account_balance()
|
||||||
# Chris' balance was correct
|
# Chris' balance was correct
|
||||||
self.assertEqual(result, '7.9692345')
|
self.assertEqual(result, '7.969239')
|
||||||
|
|
||||||
# Ramsey too assured him that he had received the 1 LBC and thanks him
|
# Ramsey too assured him that he had received the 1 LBC and thanks him
|
||||||
result = await self.daemon.jsonrpc_account_balance(ramsey_account_id)
|
result = await self.daemon.jsonrpc_account_balance(ramsey_account_id)
|
||||||
|
|
Loading…
Reference in a new issue