mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
test: Fix Comment Typo in BitcoinTestFramework
Missing "override" in comment describing use of set_test_params
This commit is contained in:
parent
f1dbf92ff0
commit
40fdb2a212
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
|
||||||
|
|
||||||
# Methods to override in subclass test scripts.
|
# Methods to override in subclass test scripts.
|
||||||
def set_test_params(self):
|
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
|
raise NotImplementedError
|
||||||
|
|
||||||
def add_options(self, parser):
|
def add_options(self, parser):
|
||||||
|
|
Loading…
Add table
Reference in a new issue