mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-01 01:35:14 +00:00
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"))
|
self.assertLess(0, await self.daemon.storage.run_and_return_one_or_none("select min(added_on) from blob"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TestBackgroundDownloaderComponent(CommandTestCase):
|
class TestBackgroundDownloaderComponent(CommandTestCase):
|
||||||
async def get_blobs_from_sd_blob(self, sd_blob):
|
async def get_blobs_from_sd_blob(self, sd_blob):
|
||||||
descriptor = await StreamDescriptor.from_stream_descriptor_blob(
|
descriptor = await StreamDescriptor.from_stream_descriptor_blob(
|
||||||
|
|
Loading…
Add table
Reference in a new issue