0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

test: Fix Comment Typo in BitcoinTestFramework

Missing "override" in comment describing use of set_test_params
This commit is contained in:
Joel Klabo 2020-12-24 10:54:56 -08:00
parent f1dbf92ff0
commit 40fdb2a212

View file

@ -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):