From af096aee41ea35f153d14e86a17cccb9804e5a8e Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 6 Jun 2018 17:23:02 -0400 Subject: [PATCH] update test --- lbrynet/tests/functional/dht/test_contact_rpc.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lbrynet/tests/functional/dht/test_contact_rpc.py b/lbrynet/tests/functional/dht/test_contact_rpc.py index f6233be25..90be98aec 100644 --- a/lbrynet/tests/functional/dht/test_contact_rpc.py +++ b/lbrynet/tests/functional/dht/test_contact_rpc.py @@ -171,8 +171,6 @@ class KademliaProtocolTest(unittest.TestCase): result.pop('protocolVersion') return result - self.assertEquals(self.remote_contact.protocolVersion, 1) - self.remote_node.findValue = findValue d = self.remote_contact.findValue(fake_blob) self._reactor.advance(3) @@ -196,9 +194,6 @@ class KademliaProtocolTest(unittest.TestCase): @defer.inlineCallbacks def testStoreToPre_0_20_0_Node(self): - - self.remote_node._protocol._protocolVersion = 0 - def _dont_migrate(contact, method, *args): return args, {} @@ -224,8 +219,6 @@ class KademliaProtocolTest(unittest.TestCase): contact, key, value['token'], value['port'], originalPublisherID, 0 ) - self.assertEquals(self.remote_contact.protocolVersion, 1) - self.remote_node.findValue = findValue self.remote_node.store = store @@ -247,9 +240,6 @@ class KademliaProtocolTest(unittest.TestCase): @defer.inlineCallbacks def testStoreFromPre_0_20_0_Node(self): - - self.remote_node._protocol._protocolVersion = 0 - def _dont_migrate(contact, method, *args): return args