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
     return (conn, database)
10
     return (conn, database)
11
 
11
 
12
 
12
 
13
-def datasource_tests_clean(conn, dbname):
13
+def datasource_tests_db_clean(conn, dbname):
14
     conn.drop_database(dbname)
14
     conn.drop_database(dbname)

Loading…
Cancel
Save