[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.
This commit is contained in:
John Newbery 2018-04-11 14:24:34 -04:00
parent a28b907f8a
commit 4e671f0353
2 changed files with 1 additions and 1 deletions

View file

@ -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',