1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-30 02:59:03 +01:00

Changed the name of the database droping method

This commit is contained in:
Roland Haroutiounian 2016-06-10 17:21:20 +02:00
commit 234f8909f9

View file

@ -10,5 +10,5 @@ def datasource_tests_init(conn_args):
return (conn, database)
def datasource_tests_clean(conn, dbname):
def datasource_tests_db_clean(conn, dbname):
conn.drop_database(dbname)