Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: bigsheeper <[email protected]>
  • Loading branch information
bigsheeper committed Dec 17, 2024
1 parent a7af0f2 commit b60dd7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/util/pipeline/stream_pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import (
"fmt"
"testing"

"github.com/milvus-io/milvus/pkg/util/paramtable"

"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/suite"

Expand All @@ -42,6 +44,7 @@ type StreamPipelineSuite struct {
}

func (suite *StreamPipelineSuite) SetupTest() {
paramtable.Init()
suite.channel = "test-channel"
suite.inChannel = make(chan *msgstream.MsgPack, 1)
suite.outChannel = make(chan msgstream.Timestamp)
Expand Down

0 comments on commit b60dd7f

Please sign in to comment.