diff --git a/test/functional/abc_p2p_avalanche_peer_discovery.py b/test/functional/abc_p2p_avalanche_peer_discovery.py --- a/test/functional/abc_p2p_avalanche_peer_discovery.py +++ b/test/functional/abc_p2p_avalanche_peer_discovery.py @@ -47,7 +47,7 @@ self.get_proof_data_count += 1 -class AvalancheTest(BitcoinTestFramework): +class AvalanchePeerDiscoveryTest(BitcoinTestFramework): def set_test_params(self): self.setup_clean_chain = True self.num_nodes = 1 @@ -318,4 +318,4 @@ if __name__ == '__main__': - AvalancheTest().main() + AvalanchePeerDiscoveryTest().main()