mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-08 18:37:23 +02:00
Litewallets
This commit is contained in:
@@ -676,7 +676,7 @@ class Test(unittest.TestCase):
|
||||
def test_db(self):
|
||||
db_test = DBMethods()
|
||||
db_test.sqlite_file = ":memory:"
|
||||
db_test.mxDB = threading.Lock()
|
||||
db_test.mxDB = threading.RLock()
|
||||
cursor = db_test.openDB()
|
||||
try:
|
||||
create_db_(db_test._db_con, logger)
|
||||
|
||||
Reference in New Issue
Block a user