Skip to content

Commit dfaa471

Browse files
committed
Fix qa
1 parent 9f28143 commit dfaa471

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/pycardano/test_txbuilder.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,12 @@ 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, byteorder="big"): i for i in range(500)}}
1079+
{
1080+
b"1"
1081+
* 28: {
1082+
b"Token" + i.to_bytes(10, byteorder="big"): i for i in range(500)
1083+
}
1084+
}
10801085
)
10811086

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

0 commit comments

Comments
 (0)