forked from LBRYCommunity/lbry-sdk
Fix test
This commit is contained in:
parent
50586fa39d
commit
c007ebd121
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ class FakeLBRYFile(object):
|
||||||
self.blob_manager = blob_manager
|
self.blob_manager = blob_manager
|
||||||
self.stream_info_manager = stream_info_manager
|
self.stream_info_manager = stream_info_manager
|
||||||
self.stream_hash = stream_hash
|
self.stream_hash = stream_hash
|
||||||
self.name = "fake_uri"
|
self.file_name = 'fake_lbry_file'
|
||||||
|
|
||||||
|
|
||||||
class Node(object):
|
class Node(object):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in a new issue