Skip to content

Commit b11bdeb

Browse files
author
Devin Fisher
committed
fix typo
Signed-off-by: Devin Fisher <devin.fisher@evernym.com>
1 parent 32f74c0 commit b11bdeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sovtokenfees/sovtokenfees/test/test_fees_non_xfer_txn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_fees_too_many_outputs(
147147
req,
148148
utxos,
149149
fee_amount,
150-
change_address=[address_main, Address().addres]
150+
change_address=[address_main, Address().address]
151151
)
152152
with pytest.raises(RequestRejectedException):
153153
helpers.sdk.send_and_check_request_objects([req])

0 commit comments

Comments
 (0)