[localnet] Fix docs for test_account.py

pull/1/head
Daniel Van Der Maden 4 years ago
parent eb17a72c64
commit 7e50981ff6
  1. 4
      localnet/tests/test_account.py

@ -144,7 +144,7 @@ def test_get_transactions_history_v1():
] ]
} }
address = initial_funding[0]["from"] # Assumption made that this account has MULTIPLE transactions (to test order) address = initial_funding[0]["from"]
# Check short tx # Check short tx
raw_response = base_request("hmy_getTransactionsHistory", raw_response = base_request("hmy_getTransactionsHistory",
@ -206,7 +206,7 @@ def test_get_transactions_history_v2():
] ]
} }
address = initial_funding[0]["from"] # Assumption made that this account has MULTIPLE transactions (to test order) address = initial_funding[0]["from"]
# Check short tx # Check short tx
raw_response = base_request("hmyv2_getTransactionsHistory", raw_response = base_request("hmyv2_getTransactionsHistory",

Loading…
Cancel
Save