mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 23:15:28 +08:00
12 lines
156 B
Go
12 lines
156 B
Go
package reader
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestReader_startQueryNode(t *testing.T) {
|
|
|
|
pulsarURL := "pulsar://localhost:6650"
|
|
StartQueryNode(pulsarURL)
|
|
}
|