We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6057b3d commit f9c8e47Copy full SHA for f9c8e47
test/pycardano/test_txbuilder.py
@@ -243,7 +243,7 @@ def test_tx_small_utxo_balance_fail(chain_context):
243
244
245
def test_tx_small_utxo_balance_pass(chain_context):
246
- tx_builder = TransactionBuilder(chain_context)
+ tx_builder = TransactionBuilder(chain_context, [RandomImproveMultiAsset([0, 0])])
247
sender = "addr_test1vrm9x2zsux7va6w892g38tvchnzahvcd9tykqf3ygnmwtaqyfg52x"
248
sender_address = Address.from_primitive(sender)
249
0 commit comments