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:
parent
5a14b0c9f0
commit
234f8909f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue