mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to the naming conventions (#14288)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/14324/head
parent
6c1708d88e
commit
049894fc14
|
@ -396,7 +396,7 @@ func TestProxy(t *testing.T) {
|
|||
defer func() {
|
||||
err := ic.Stop()
|
||||
assert.NoError(t, err)
|
||||
log.Info("stop index coordinator")
|
||||
log.Info("stop IndexCoord")
|
||||
}()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue