mirror of https://github.com/milvus-io/milvus.git
Rename unit tests to meet new naming conventions (#8017)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/8010/head
parent
90c6df42f8
commit
0aa65f559a
|
@ -33,7 +33,7 @@ func newInsertMsgUnmarshal(input []byte) (TsMsg, error) {
|
|||
return insertMsg, nil
|
||||
}
|
||||
|
||||
func TestStream_unmarshal_Insert(t *testing.T) {
|
||||
func Test_ProtoUnmarshalDispatcher(t *testing.T) {
|
||||
msgPack := MsgPack{}
|
||||
insertMsg := &InsertMsg{
|
||||
BaseMsg: BaseMsg{
|
||||
|
|
Loading…
Reference in New Issue