milvus/reader/reader_test.go
FluorineDog 99ef484273 Format Unittest
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-09-15 16:23:29 +08:00

11 lines
158 B
Go

package reader
import (
"testing"
)
func TestReader_startQueryNode(t *testing.T) {
pulsarURL := "pulsar://192.168.2.28:6650"
startQueryNode(pulsarURL)
}