瀏覽代碼

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)

Loading…
取消
儲存