robotLJW commented on a change in pull request #809:
URL: 
https://github.com/apache/servicecomb-service-center/pull/809#discussion_r556373943



##########
File path: datasource/mongo/ms_test.go
##########
@@ -175,7 +175,7 @@ func TestService_Register(t *testing.T) {
                })
                assert.NotNil(t, resp)
                assert.NoError(t, err)
-               assert.Equal(t, pb.ErrServiceAlreadyExists, 
resp.Response.GetCode())
+               assert.Equal(t, pb.ResponseSuccess, resp.Response.GetCode())

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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to