[skip e2e] Add comments to conf adapter file (#14510)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/14558/head
jingkl 2021-12-29 22:38:19 +08:00 committed by GitHub
parent 6bd12e76fe
commit 4be0997989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ func TestBinIDMAPConfAdapter_CheckTrain(t *testing.T) {
}
}
// BinIVFConfAdapter checks if a bin ivf index can be built.
func TestBinIVFConfAdapter_CheckTrain(t *testing.T) {
validParams := map[string]string{
DIM: strconv.Itoa(128),