Fix unittest bug: delete variables that do not need to be initialized (#9520)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/9520/merge
zhenshan.cao 2021-10-08 22:02:58 +08:00 committed by GitHub
parent e281b623d2
commit aacfa172ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@ func TestDataSyncService_Start(t *testing.T) {
vchan := &datapb.VchannelInfo{
CollectionID: collMeta.ID,
ChannelName: insertChannelName,
SeekPosition: &internalpb.MsgPosition{},
UnflushedSegments: ufs,
FlushedSegments: fs,
}