浏览代码

Changed the name of the database droping method

Roland Haroutiounian 8 年前
父节点
当前提交
234f8909f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      tests/utils.py

+ 1
- 1
tests/utils.py 查看文件

@@ -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)

正在加载...
取消
保存