mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve annotation (#14653)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/14708/head
parent
db1479428e
commit
4c043fd86d
|
@ -129,7 +129,7 @@ func TestRocksdbKV_Prefix(t *testing.T) {
|
|||
err = rocksdbKV.RemoveWithPrefix("")
|
||||
assert.Nil(t, err)
|
||||
|
||||
// test remove from a empty cf
|
||||
// test remove from an empty cf
|
||||
err = rocksdbKV.RemoveWithPrefix("")
|
||||
assert.Nil(t, err)
|
||||
|
||||
|
|
Loading…
Reference in New Issue