[skip e2e] Improve annotation (#14653)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
Xieql 2022-01-04 09:07:20 +08:00 committed by GitHub
parent db1479428e
commit 4c043fd86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)