We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8977dfe commit 76a3adaCopy full SHA for 76a3ada
src/puzzlers/article20/q0/demo52_test.go
@@ -34,7 +34,7 @@ func TestHello(t *testing.T) {
34
t.Logf("The expected greeting is %q.\n", expected)
35
}
36
37
-func TestIntroduce(t *testing.T) {
+func testIntroduce(t *testing.T) { // 请注意这个测试函数的名称。
38
intro := introduce()
39
expected := "Welcome to my Golang column."
40
if intro != expected {
0 commit comments