mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
fix tests
This commit is contained in:
parent
f267400e1e
commit
0578bbd5d0
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Test_LNRouter(TestCaseForTestnet):
|
||||||
config = self.config
|
config = self.config
|
||||||
asyncio_loop = asyncio.get_event_loop()
|
asyncio_loop = asyncio.get_event_loop()
|
||||||
trigger_callback = lambda *args: None
|
trigger_callback = lambda *args: None
|
||||||
|
register_callback = lambda *args: None
|
||||||
async def add_job(self, *args): return None
|
async def add_job(self, *args): return None
|
||||||
fake_network.channel_db = lnrouter.ChannelDB(fake_network())
|
fake_network.channel_db = lnrouter.ChannelDB(fake_network())
|
||||||
cdb = fake_network.channel_db
|
cdb = fake_network.channel_db
|
||||||
|
|
Loading…
Add table
Reference in a new issue