未验证 提交 16352939 编写于 作者: D Davies Liu 提交者: GitHub

try with different path (#518)

上级 063f8e36
......@@ -50,8 +50,8 @@ func TestMySQLClient(t *testing.T) {
}
func TestStickyBitSQL(t *testing.T) {
os.Remove("test.db")
m, err := newSQLMeta("sqlite3", "test.db", &Config{})
os.Remove("test3.db")
m, err := newSQLMeta("sqlite3", "test3.db", &Config{})
if err != nil {
t.Fatalf("create meta: %s", err)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册