forked from LBRYCommunity/lbry-sdk
fix merge conflict
This commit is contained in:
parent
2ea48bc8c2
commit
7f67cbfb40
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class BaseResolveTestCase(CommandTestCase):
|
||||||
# ensure that if we do have the matching claim that it is not active
|
# ensure that if we do have the matching claim that it is not active
|
||||||
self.assertEqual(expected['claims'][0]['effectiveamount'], 0)
|
self.assertEqual(expected['claims'][0]['effectiveamount'], 0)
|
||||||
|
|
||||||
claim_from_es = await self.conductor.spv_node.server.bp.db.search_index.search(claim_id=claim_id)
|
claim_from_es = await self.conductor.spv_node.server.session_manager.search_index.search(claim_id=claim_id)
|
||||||
self.assertListEqual([], claim_from_es[0])
|
self.assertListEqual([], claim_from_es[0])
|
||||||
claim = await self.conductor.spv_node.server.db.fs_getclaimbyid(claim_id)
|
claim = await self.conductor.spv_node.server.db.fs_getclaimbyid(claim_id)
|
||||||
self.assertIsNone(claim)
|
self.assertIsNone(claim)
|
||||||
|
|
Loading…
Reference in a new issue