forked from LBRYCommunity/lbry-sdk
add missing space on query, typo
This commit is contained in:
parent
c9c2495611
commit
cb78e95e3d
2 changed files with 1 additions and 2 deletions
|
@ -580,7 +580,6 @@ class DiskSpaceManagement(CommandTestCase):
|
|||
self.assertLess(0, await self.daemon.storage.run_and_return_one_or_none("select min(added_on) from blob"))
|
||||
|
||||
|
||||
|
||||
class TestBackgroundDownloaderComponent(CommandTestCase):
|
||||
async def get_blobs_from_sd_blob(self, sd_blob):
|
||||
descriptor = await StreamDescriptor.from_stream_descriptor_blob(
|
||||
|
|
Loading…
Reference in a new issue