reflector test fix

This commit is contained in:
Lex Berezhny 2018-07-05 19:51:15 -04:00
parent 6952c2c07e
commit 284264962d

View file

@ -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(),
)