removed redundant comment
This commit is contained in:
parent
dc33bdc1dc
commit
140d163895
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue