Rename unit tests to meet new naming conventions (#8017)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/8010/head
Xiangyu Wang 2021-09-15 23:11:49 +08:00 committed by GitHub
parent 90c6df42f8
commit 0aa65f559a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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{