mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to the naming conventions (#14277)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/14305/head
parent
0769c1f757
commit
437b4c0f29
|
@ -344,7 +344,7 @@ func TestProxy(t *testing.T) {
|
|||
defer func() {
|
||||
err := rc.Stop()
|
||||
assert.NoError(t, err)
|
||||
log.Info("stop root coordinator")
|
||||
log.Info("stop RootCoord")
|
||||
}()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue