diff options
Diffstat (limited to 'test/functional/create_cache.py')
-rwxr-xr-x | test/functional/create_cache.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/functional/create_cache.py b/test/functional/create_cache.py index 1a5754b3f7..7d4d1a529b 100755 --- a/test/functional/create_cache.py +++ b/test/functional/create_cache.py @@ -12,11 +12,9 @@ tests are being run in parallel. from test_framework.test_framework import BitcoinTestFramework class CreateCache(BitcoinTestFramework): + # Test network and test nodes are not required: - def __init__(self): - super().__init__() - - # Test network and test nodes are not required: + def set_test_params(self): self.num_nodes = 0 def setup_network(self): |