Skip to content

Commit defb66c

Browse files
committed
tests: fix confusing comment
1 parent 7a39b8d commit defb66c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

tests/test_blocks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ def _does_coin_require_testcase(coin: Coin) -> bool:
6666
BLOCKS_DIR = os.path.join(
6767
os.path.dirname(os.path.realpath(__file__)), 'blocks')
6868

69-
# Find out which db engines to test
70-
# Those that are not installed will be skipped
69+
# Find testcases
7170
blocks = []
7271

7372
for name in os.listdir(BLOCKS_DIR):

tests/test_transactions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
TRANSACTION_DIR = os.path.join(
1919
os.path.dirname(os.path.realpath(__file__)), 'transactions')
2020

21-
# Find out which db engines to test
22-
# Those that are not installed will be skipped
21+
# Find testcases
2322
transactions_bitcoin = []
2423
transactions_alts = []
2524

0 commit comments

Comments
 (0)