Merge branch 'main' of github.com:liviu-lesan/planetmint into main

This commit is contained in:
Jürgen Eckel 2022-02-28 10:31:26 +01:00
commit 2f92f4ac64

View File

@ -38,7 +38,6 @@ class TarantoolDB:
if reset_database:
self.drop_database()
self.init_database()
test_conn = self.db_connect.space("transactions")
def get_connection(self, space_name: str = None):
return self.db_connect if space_name is None else self.db_connect.space(space_name)