fix tests
This commit is contained in:
parent
a5f753dfa2
commit
2927f40ccf
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def get_test_daemon(data_rate=None, generous=True, with_fee=False):
|
|||
'BTCLBC': {'spot': 3.0, 'ts': util.DEFAULT_ISO_TIME + 1},
|
||||
'USDBTC': {'spot': 2.0, 'ts': util.DEFAULT_ISO_TIME + 2}
|
||||
}
|
||||
daemon = LBRYDaemon(None, None)
|
||||
daemon = LBRYDaemon(None)
|
||||
daemon.session = mock.Mock(spec=Session.Session)
|
||||
daemon.session.wallet = mock.Mock(spec=Wallet.LBRYumWallet)
|
||||
market_feeds = [BTCLBCFeed(), USDBTCFeed()]
|
||||
|
|
Loading…
Reference in a new issue