浏览代码

Merge pull request #37415 from storykim/test-md-typo

Fix typo on test.md
Sebastiaan van Stijn 7 年之前
父节点
当前提交
d4bbd7938a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/contributing/test.md

+ 1 - 1
docs/contributing/test.md

@@ -153,7 +153,7 @@ $ TESTDIRS='opts' make test-unit
 
 You can also use the `TESTFLAGS` environment variable to run a single test. The
 flag's value is passed as arguments to the `go test` command. For example, from
-your local host you can run the `TestBuild` test with this command:
+your local host you can run the `TestValidateIPAddress` test with this command:
 
 ```bash
 $ TESTFLAGS='-test.run ^TestValidateIPAddress$' make test-unit