forked from LBRYCommunity/lbry-sdk
reflector test fix
This commit is contained in:
parent
6952c2c07e
commit
284264962d
1 changed files with 0 additions and 2 deletions
|
@ -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(),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue