Skip to content

Commit 0e1b57b

Browse files
committed
Merge #20763: test: Fix comment typo in BitcoinTestFramework
40fdb2a test: Fix Comment Typo in BitcoinTestFramework (Joel Klabo) Pull request description: Missing "override" in comment describing use of set_test_params ACKs for top commit: michaelfolkson: ACK 40fdb2a Tree-SHA512: bf893a0d5f8dc86a3ec2eaf48cd7c0f0f832f3b3d254b3d99953336db7e294571b1d2c8686030bf8a27cbe67b1a85a54e53ebefb2e57d6d8d6ac864a15dce4e7
2 parents 31e5116 + 40fdb2a commit 0e1b57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/test_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def shutdown(self):
332332

333333
# Methods to override in subclass test scripts.
334334
def set_test_params(self):
335-
"""Tests must this method to change default values for number of nodes, topology, etc"""
335+
"""Tests must override this method to change default values for number of nodes, topology, etc"""
336336
raise NotImplementedError
337337

338338
def add_options(self, parser):

0 commit comments

Comments
 (0)