[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
wayblink 2022-05-13 12:37:53 +08:00 committed by GitHub
parent 43b36b4e5f
commit 77d06bd071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```