优化代码

This commit is contained in:
刘祥超
2021-08-07 16:11:35 +08:00
parent 7dc5c5f349
commit ccf435ee8e
8 changed files with 14 additions and 23 deletions

View File

@@ -33,7 +33,7 @@ func TestDB_Instance(t *testing.T) {
if err == driver.ErrBadConn {
return
}
t.Fatal(i, "exec:", err)
t.Error(i, "exec:", err)
}
time.Sleep(1 * time.Second)
}