Skip to content

Commit 9f28143

Browse files
committed
Fix unit test
1 parent ff84553 commit 9f28143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pycardano/test_txbuilder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ def test_collateral_return_min_return_amount(chain_context):
10761076
)
10771077

10781078
original_utxos[0].output.amount.multi_asset = MultiAsset.from_primitive(
1079-
{b"1" * 28: {b"Token" + i.to_bytes(10): i for i in range(500)}}
1079+
{b"1" * 28: {b"Token" + i.to_bytes(10, byteorder="big"): i for i in range(500)}}
10801080
)
10811081

10821082
original_utxos[0].output.amount.coin = min_lovelace_post_alonzo(

0 commit comments

Comments
 (0)