db.resolve takes list
This commit is contained in:
parent
84639cfb2e
commit
0a91bd35c5
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ class TestGeneralBlockchainSync(SyncingBlockchainTestCase):
|
||||||
self.assertEqual(0, r.meta['signed_support_count'])
|
self.assertEqual(0, r.meta['signed_support_count'])
|
||||||
|
|
||||||
async def resolve_to_claim_id(self, url):
|
async def resolve_to_claim_id(self, url):
|
||||||
return (await self.db.resolve(url))[url].claim_id
|
return (await self.db.resolve([url]))[url].claim_id
|
||||||
|
|
||||||
async def test_resolve(self):
|
async def test_resolve(self):
|
||||||
chan_a = await self.get_claim(
|
chan_a = await self.get_claim(
|
||||||
|
|
Loading…
Reference in a new issue