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 f2a079d commit cb5adabCopy full SHA for cb5adab
test/pycardano/test_txbuilder.py
@@ -412,7 +412,7 @@ def test_not_enough_input_amount(chain_context):
412
413
# Make output amount equal to the input amount
414
tx_builder.add_input(input_utxo).add_output(
415
- TransactionOutput.from_primitive([sender, input_utxo.output.amount])
+ TransactionOutput(Address.from_primitive(sender), input_utxo.output.amount)
416
)
417
418
with pytest.raises(UTxOSelectionException):
0 commit comments