Browse Source

UT case fix

pull/361/head
霍晓栋 8 years ago
parent
commit
e7b237c8da
  1. 4
      weed/filer/mysql_store/mysql_store_test.go

4
weed/filer/mysql_store/mysql_store_test.go

@ -37,8 +37,8 @@ sample conf should be
*/
func TestGenerateMysqlConf(t *testing.T) {
var conf MySqlConf
conf = append(conf, MySqlInstConf{
var conf []MySqlConf
conf = append(conf, MySqlConf{
User: "root",
Password: "root",
HostName: "localhost",

Loading…
Cancel
Save