mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to the naming conventions (#14274)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/14506/head
parent
3705ac7142
commit
4abc4c7e1a
|
@ -352,7 +352,7 @@ func TestProxy(t *testing.T) {
|
|||
defer func() {
|
||||
err := dc.Stop()
|
||||
assert.NoError(t, err)
|
||||
log.Info("stop data coordinator")
|
||||
log.Info("stop DataCoord")
|
||||
}()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue