Skip to content

Commit 6057b3d

Browse files
committed
Make selector deterministic in test_tx_small_utxo_precise_fee
1 parent e3f2362 commit 6057b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pycardano/test_txbuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def test_tx_too_big_exception(chain_context):
191191

192192

193193
def test_tx_small_utxo_precise_fee(chain_context):
194-
tx_builder = TransactionBuilder(chain_context)
194+
tx_builder = TransactionBuilder(chain_context, [RandomImproveMultiAsset([0, 0])])
195195
sender = "addr_test1vrm9x2zsux7va6w892g38tvchnzahvcd9tykqf3ygnmwtaqyfg52x"
196196
sender_address = Address.from_primitive(sender)
197197

0 commit comments

Comments
 (0)