From 284264962dd66df8f398e83c3147b77fc943f9ef Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 5 Jul 2018 19:51:15 -0400 Subject: [PATCH] reflector test fix --- lbrynet/tests/functional/test_reflector.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lbrynet/tests/functional/test_reflector.py b/lbrynet/tests/functional/test_reflector.py index e5a1db1bd..cde45583b 100644 --- a/lbrynet/tests/functional/test_reflector.py +++ b/lbrynet/tests/functional/test_reflector.py @@ -60,7 +60,6 @@ class TestReflector(unittest.TestCase): wallet=wallet, blob_tracker_class=mocks.BlobAvailabilityTracker, external_ip="127.0.0.1", - dht_node=mocks.Node(), hash_announcer=mocks.Announcer(), ) @@ -81,7 +80,6 @@ class TestReflector(unittest.TestCase): wallet=wallet, blob_tracker_class=mocks.BlobAvailabilityTracker, external_ip="127.0.0.1", - dht_node=mocks.Node(), hash_announcer=mocks.Announcer(), )