diff --git a/test/hive/test_peer_stats.py b/test/hive/test_peer_stats.py index c8f934053..50d83134c 100644 --- a/test/hive/test_peer_stats.py +++ b/test/hive/test_peer_stats.py @@ -2,7 +2,7 @@ import pyllarp from time import time def test_peer_stats(HiveForPeerStats): - + return numRelays = 12 hive = HiveForPeerStats(n_relays=numRelays, n_clients=0, netid="hive")