This commit is contained in:
Kay Kurokawa 2017-11-03 13:14:31 -04:00 committed by Jack Robison
parent 50586fa39d
commit c007ebd121
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -16,8 +16,7 @@ class FakeLBRYFile(object):
self.blob_manager = blob_manager
self.stream_info_manager = stream_info_manager
self.stream_hash = stream_hash
self.name = "fake_uri"
self.file_name = 'fake_lbry_file'
class Node(object):
def __init__(self, *args, **kwargs):