forked from LBRYCommunity/lbry-sdk
unit test fixes take 2
This commit is contained in:
parent
0ffec82e35
commit
1ce5da80d6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def search(*args, **kwargs):
|
|||
class BaseSelectionTestCase(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.ledger = MainNetLedger(db=MainNetLedger.database_class(':memory:'))
|
||||
self.ledger = MainNetLedger({'db': MainNetLedger.database_class(':memory:')})
|
||||
return self.ledger.db.start()
|
||||
|
||||
def estimates(self, *args):
|
||||
|
|
Loading…
Reference in a new issue