Skip to content
Snippets Groups Projects
Commit ea6d892c authored by 邹毅贤's avatar 邹毅贤
Browse files

fix review comment

parent 915d8ea5
No related branches found
No related tags found
No related merge requests found
......@@ -88,9 +88,8 @@ func Test_GetConfig(t *testing.T) {
nacos, err := initNacosData(t)
assert.NoError(t, err)
configs, err := nacos.GetProperties("dubbo.properties", config_center.WithGroup("dubbo"))
m, err := nacos.Parser().Parse(configs)
_, err = nacos.Parser().Parse(configs)
assert.NoError(t, err)
fmt.Println(m)
}
func Test_AddListener(t *testing.T) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment