mirror of https://github.com/milvus-io/milvus.git
13 lines
124 B
Go
13 lines
124 B
Go
|
package reader
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
// TODO: add query node test
|
||
|
|
||
|
func TestQueryNode_RunInsertDelete(t *testing.T) {
|
||
|
|
||
|
}
|
||
|
|