Commit 98bc6f10 authored by Vincent Pelletier's avatar Vincent Pelletier

Drop unused test properties.

parent 51b206b9
...@@ -47,9 +47,6 @@ class MasterClientElectionTests(NeoUnitTestBase): ...@@ -47,9 +47,6 @@ class MasterClientElectionTests(NeoUnitTestBase):
self.election = ClientElectionHandler(self.app) self.election = ClientElectionHandler(self.app)
self.app.unconnected_master_node_set = set() self.app.unconnected_master_node_set = set()
self.app.negotiating_master_node_set = set() self.app.negotiating_master_node_set = set()
# define some variable to simulate client and storage node
self.storage_port = 10021
self.master_port = 10011
# apply monkey patches # apply monkey patches
self._addPacket = ClientConnection._addPacket self._addPacket = ClientConnection._addPacket
ClientConnection._addPacket = _addPacket ClientConnection._addPacket = _addPacket
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment