removed redundant comment

This commit is contained in:
Lex Berezhny 2021-03-13 08:52:36 -05:00
parent dc33bdc1dc
commit 140d163895

View file

@ -159,7 +159,6 @@ class ClaimSearchCommand(ClaimTestCase):
await self.assertFindsClaims([], channel_ids=[channel_id2])
async def test_source_filter(self):
# no source
no_source = await self.stream_create('no_source', data=None)
normal = await self.stream_create('normal', data=b'normal')
await self.assertFindsClaims([no_source], has_no_source=True)