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