diff --git a/tests/integration/blockchain/test_purchase_command.py b/tests/integration/blockchain/test_purchase_command.py index 329873531..64e99a7ac 100644 --- a/tests/integration/blockchain/test_purchase_command.py +++ b/tests/integration/blockchain/test_purchase_command.py @@ -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) )