Skip to content

Commit cce87a6

Browse files
committed
fix: should have at least 2 connections when testing isolate_mn
1 parent 793f4b7 commit cce87a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_llmq_simplepose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run_test(self):
3131
self.test_no_banning()
3232

3333
# Now lets isolate MNs one by one and verify that punishment/banning happens
34-
self.test_banning(self.isolate_mn, 1)
34+
self.test_banning(self.isolate_mn, 2)
3535

3636
self.repair_masternodes(False)
3737

0 commit comments

Comments
 (0)