mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 03:02:37 +02:00
[tests] Functional tests must explicitly set num_nodes
This commit is contained in:
@@ -24,6 +24,7 @@ def get_sub_array_from_array(object_array, to_match):
|
||||
|
||||
class ReceivedByTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.num_nodes = 2
|
||||
self.enable_mocktime()
|
||||
|
||||
def run_test(self):
|
||||
|
||||
Reference in New Issue
Block a user