Browse Source

Changed the name of the database droping method

Roland Haroutiounian 8 years ago
parent
commit
234f8909f9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/utils.py

+ 1
- 1
tests/utils.py View File

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

Loading…
Cancel
Save