mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
fix tests
This commit is contained in:
parent
a16388dbc8
commit
fdc71e47f9
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Test_LNRouter(TestCaseForTestnet):
|
|||
class fake_network:
|
||||
config = self.config
|
||||
add_jobs = lambda *args: None
|
||||
trigger_callback = lambda *args: None
|
||||
fake_network.channel_db = lnrouter.ChannelDB(fake_network())
|
||||
cdb = fake_network.channel_db
|
||||
path_finder = lnrouter.LNPathFinder(cdb)
|
||||
|
|
Loading…
Add table
Reference in a new issue