mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
UT case fix
This commit is contained in:
parent
b0035747e3
commit
e7b237c8da
|
@ -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…
Reference in a new issue