mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
Rename unittest for indexparamcheck (#7580)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
baab775250
commit
159d3702a0
@ -17,7 +17,7 @@ import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestGetConfAdapterMgrInstance(t *testing.T) {
|
||||
func Test_GetConfAdapterMgrInstance(t *testing.T) {
|
||||
adapterMgr := GetConfAdapterMgrInstance()
|
||||
|
||||
var adapter ConfAdapter
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCheckIntByRange(t *testing.T) {
|
||||
func Test_CheckIntByRange(t *testing.T) {
|
||||
params := map[string]string{
|
||||
"1": strconv.Itoa(1),
|
||||
"2": strconv.Itoa(2),
|
||||
@ -46,7 +46,7 @@ func TestCheckIntByRange(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestCheckStrByValues(t *testing.T) {
|
||||
func Test_CheckStrByValues(t *testing.T) {
|
||||
params := map[string]string{
|
||||
"1": strconv.Itoa(1),
|
||||
"2": strconv.Itoa(2),
|
||||
|
Loading…
Reference in New Issue
Block a user