Skip to content

Commit

Permalink
removed redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eukreign committed Mar 13, 2021
1 parent a0b831c commit 1632d2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/blockchain/test_claim_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ async def test_basic_claim_search(self):
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)
Expand Down

0 comments on commit 1632d2b

Please sign in to comment.