mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix tests
This commit is contained in:
parent
bcb7da938d
commit
a124e7ebf9
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