From 56243a57ab8f8112e9a75ccc9f1c94eb9b9abc66 Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Fri, 3 Mar 2017 02:00:17 +0100 Subject: [PATCH] Fix indent --- tests/web/test_outputs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/web/test_outputs.py b/tests/web/test_outputs.py index 0a606991..b8f18d68 100644 --- a/tests/web/test_outputs.py +++ b/tests/web/test_outputs.py @@ -89,8 +89,8 @@ def test_get_divisble_transactions_returns_500(b, client): mine([transfer_tx]) transfer_tx_carly = Transaction.transfer([transfer_tx.to_inputs()[1]], - [([carly_pub], 1)], - asset_id=create_tx.id) + [([carly_pub], 1)], + asset_id=create_tx.id) transfer_tx_carly.sign([bob_priv]) res = client.post(TX_ENDPOINT, data=json.dumps(transfer_tx_carly.to_dict()))