Skip to content

Commit

Permalink
fix: compilation failed due to CI conflicts (#38222)
Browse files Browse the repository at this point in the history
issue: #38224

Signed-off-by: jaime <[email protected]>
  • Loading branch information
jaime0815 authored Dec 5, 2024
1 parent 3c6a373 commit af288a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit af288a9

Please sign in to comment.