mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to the naming conventions (#14282)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/14324/head
parent
5e559ed6fb
commit
703eabc2bf
|
@ -374,7 +374,7 @@ func TestProxy(t *testing.T) {
|
|||
defer func() {
|
||||
err := qc.Stop()
|
||||
assert.NoError(t, err)
|
||||
log.Info("stop query coordinator")
|
||||
log.Info("stop QueryCoord")
|
||||
}()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue