Fix gofumpt issue in scann_checker_test.go (#27305)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2023-09-22 00:39:26 +08:00 committed by GitHub
parent fc9a9a7926
commit 67a471e09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,10 @@ import (
"strconv"
"testing"
"github.com/stretchr/testify/assert"
"github.com/milvus-io/milvus-proto/go-api/v2/schemapb"
"github.com/milvus-io/milvus/pkg/util/metric"
"github.com/stretchr/testify/assert"
)
func Test_scaNNChecker_CheckTrain(t *testing.T) {
@ -99,7 +99,6 @@ func Test_scaNNChecker_CheckTrain(t *testing.T) {
}
func Test_scaNNChecker_CheckValidDataType(t *testing.T) {
cases := []struct {
dType schemapb.DataType
errIsNil bool