fix purchase test
This commit is contained in:
parent
464cfd475e
commit
3805ff4a0c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class PurchaseCommandTests(CommandTestCase):
|
|||
self.assertEqual(
|
||||
await self.account.get_balance(), buyer_balance - (purchase.input_sum-purchase.outputs[2].amount))
|
||||
self.assertEqual(
|
||||
await self.blockchain.get_balance(),
|
||||
str(float(await self.blockchain.get_balance())),
|
||||
dewies_to_lbc(merchant_balance + purchase_txo.amount)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue