Skip to content

Commit

Permalink
Merge bitcoin#20763: test: Fix comment typo in BitcoinTestFramework
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fanquake authored and PastaPastaPasta committed Jul 1, 2021
1 parent 99a8868 commit d6a60f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def main(self):

# 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):
Expand Down

0 comments on commit d6a60f4

Please sign in to comment.