mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 16:35:29 +08:00
10 lines
106 B
Go
10 lines
106 B
Go
package reader
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestReader_startQueryNode(t *testing.T) {
|
|
startQueryNode()
|
|
}
|