fix: compilation failed due to CI conflicts (#38222)

issue: #38224

Signed-off-by: jaime <yun.zhang@zilliz.com>
pull/38233/head
jaime 2024-12-05 10:59:38 +08:00 committed by GitHub
parent 3c6a373a75
commit af288a9c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3708,7 +3708,7 @@ func TestDefaultPartition(t *testing.T) {
chMgr := newChannelsMgrImpl(dmlChannelsFunc, nil, factory)
defer chMgr.removeAllDMLStream()
_, err = chMgr.getOrCreateDmlStream(collectionID)
_, err = chMgr.getOrCreateDmlStream(ctx, collectionID)
assert.NoError(t, err)
pchans, err := chMgr.getChannels(collectionID)
assert.NoError(t, err)