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