Skip to content

Commit 4e671f0

Browse files
committed
[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.
1 parent a28b907 commit 4e671f0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/functional/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'wallet_labels.py',
7171
'p2p_segwit.py',
7272
'wallet_dump.py',
73-
'rpc_listtransactions.py',
73+
'wallet_listtransactions.py',
7474
# vv Tests less than 60s vv
7575
'p2p_sendheaders.py',
7676
'wallet_zapwallettxes.py',

0 commit comments

Comments
 (0)