mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
Fix unittest bug: delete variables that do not need to be initialized (#9520)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
e281b623d2
commit
aacfa172ba
@ -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,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user