diff options
author | John Newbery <john@johnnewbery.com> | 2018-04-11 14:24:34 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-04-16 14:43:33 -0400 |
commit | 4e671f0353beaa3759f2069569f05239c0be89cf (patch) | |
tree | 3cdd5dd2de6eb482a876d6a82130c8add3928791 /test/functional/test_runner.py | |
parent | a28b907f8a1e398eb458088a415d002ddbeee491 (diff) |
[tests] Rename rpc_listtransactions.py to wallet_listtransactions.py
listtransactions is a wallet RPC. The test name should indicate that
this is a wallet test.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 518c16b5f1..c93f7592e9 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -70,7 +70,7 @@ BASE_SCRIPTS = [ 'wallet_labels.py', 'p2p_segwit.py', 'wallet_dump.py', - 'rpc_listtransactions.py', + 'wallet_listtransactions.py', # vv Tests less than 60s vv 'p2p_sendheaders.py', 'wallet_zapwallettxes.py', |