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

fix review comment

parent d452e5c4
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ func TestAddListener(t *testing.T) {
}`
apollo.AddListener(mockNamespace, listener)
listener.wg.Wait()
assert.Equal(t, "registries.hangzhouzk.username", listener.event)
assert.Equal(t, "mockDubbog.properties", listener.event)
assert.Greater(t, listener.count, 0)
deleteMockJson(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