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

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/14498/head
jingkl 2021-12-29 15:31:21 +08:00 committed by GitHub
parent 9a2318966a
commit 42b7753683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ func TestBaseConfAdapter_CheckTrain(t *testing.T) {
}
}
// IVFConfAdapter checks if an ivf index can be built.
func TestIVFConfAdapter_CheckTrain(t *testing.T) {
validParams := map[string]string{
DIM: strconv.Itoa(128),