mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-24 16:36:07 +02:00
test: Fix Comment Typo in BitcoinTestFramework
Missing "override" in comment describing use of set_test_params
This commit is contained in:
@@ -332,7 +332,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
|
||||
|
||||
# Methods to override in subclass test scripts.
|
||||
def set_test_params(self):
|
||||
"""Tests must this method to change default values for number of nodes, topology, etc"""
|
||||
"""Tests must override this method to change default values for number of nodes, topology, etc"""
|
||||
raise NotImplementedError
|
||||
|
||||
def add_options(self, parser):
|
||||
|
Reference in New Issue
Block a user