Skip to content

Commit

Permalink
fix: unittest
Browse files Browse the repository at this point in the history
Signed-off-by: chyezh <[email protected]>
  • Loading branch information
chyezh committed Dec 30, 2024
1 parent 426e555 commit 07910b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/util/segcore/cgo_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
"runtime"
"testing"

"github.com/milvus-io/milvus/internal/proto/cgopb"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/proto"

"github.com/milvus-io/milvus/internal/proto/cgopb"
)

func TestConsumeCStatusIntoError(t *testing.T) {
Expand Down
3 changes: 3 additions & 0 deletions internal/util/segcore/cgo_util_test_only.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build test
// +build test

package segcore

/*
Expand Down

0 comments on commit 07910b5

Please sign in to comment.