[skip ci]Rename unit tests (#7844)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/7848/head
Xiangyu Wang 2021-09-13 21:24:58 +08:00 committed by GitHub
parent 47d772735b
commit 60c11c85ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import (
"github.com/stretchr/testify/assert"
)
func TestStream_PmsFactory(t *testing.T) {
func TestPmsFactory(t *testing.T) {
pmsFactory := NewPmsFactory()
pulsarAddress, _ := Params.Load("_PulsarAddress")
@ -41,7 +41,7 @@ func TestStream_PmsFactory(t *testing.T) {
assert.Nil(t, err)
}
func TestStream_RmsFactory(t *testing.T) {
func TestRmsFactory(t *testing.T) {
os.Setenv("ROCKSMQ_PATH", "/tmp/milvus")
defer os.Unsetenv("ROCKSMQ_PATH")