We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6f2cc commit 64d2f67Copy full SHA for 64d2f67
test/functional/p2p_platform_ban.py
@@ -66,7 +66,6 @@ def run_test(self):
66
wait_until_helper(lambda: p2p_node2.message_count["platformban"] > 0, timeout=10, lock=p2p_lock)
67
p2p_node2.message_count["platformban"] = 0
68
69
-
70
assert not self.check_banned(self.mninfo[0])
71
72
mninfos_valid = self.mninfo.copy()[1:]
@@ -80,5 +79,6 @@ def run_test(self):
80
79
self.dynamically_evo_update_service(evo_info_0)
81
82
+
83
if __name__ == '__main__':
84
PlatformBanMessagesTest().main()
0 commit comments