cjphaha commented on a change in pull request #1368:
URL: https://github.com/apache/dubbo-go/pull/1368#discussion_r695115201
##########
File path: registry/nacos/service_discovery_test.go
##########
@@ -153,8 +147,8 @@ func TestNacosServiceDiscovery_CRUD(t *testing.T) {
assert.Equal(t, "b", v)
// test dispatcher event
- err = serviceDiscovery.DispatchEventByServiceName(serviceName)
- assert.Nil(t, err)
+ //err = serviceDiscovery.DispatchEventByServiceName(serviceName)
+ //assert.Nil(t, err)
Review comment:
这两行注释的代码可以直接删掉
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]