mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix a minor mistake (#16966)
Signed-off-by: wayblink <anyang.wang@zilliz.com> Co-authored-by: wayblink <anyang.wang@zilliz.com>pull/16969/head
parent
43b36b4e5f
commit
77d06bd071
|
@ -188,7 +188,7 @@ In this case, we are only concerned about the tests with name "SegmentReplica" a
|
|||
sub tests with name "segmentFlushed". When running sub tests, the coverage is not concerned.
|
||||
|
||||
```shell
|
||||
$ go test ./internale/datanode -run SegmentReplica/segmentFlushed
|
||||
$ go test ./internal/datanode -run SegmentReplica/segmentFlushed
|
||||
ok github.com/milvus-io/milvus/internal/datanode 0.019s
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue