Skip to content

Commit

Permalink
test: Fix Comment Typo in BitcoinTestFramework
Browse files Browse the repository at this point in the history
Missing "override" in comment describing use of set_test_params
  • Loading branch information
joelklabo committed Dec 24, 2020
1 parent f1dbf92 commit 40fdb2a
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 @@ -332,7 +332,7 @@ def shutdown(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 40fdb2a

Please sign in to comment.