From 77d06bd07116baf0f2379f5d646dbc5be1298753 Mon Sep 17 00:00:00 2001 From: wayblink <137658599@qq.com> Date: Fri, 13 May 2022 12:37:53 +0800 Subject: [PATCH] [skip ci]Fix a minor mistake (#16966) Signed-off-by: wayblink Co-authored-by: wayblink --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 976b3e8b61a29..84f82d10155dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```