Skip to content
Snippets Groups Projects
Commit 12ff0f65 authored by lizhipeng's avatar lizhipeng
Browse files

fix impl_test error

parent ffd6d767
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,6 @@ func Test_AddListener(t *testing.T) {
listener := &mockDataListener{}
time.Sleep(time.Second * 2)
nacos.AddListener("dubbo.properties", listener)
listener.wg.Add(1)
listener.wg.Wait()
}
func Test_RemoveListener(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