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