We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b798d commit c5da0c4Copy full SHA for c5da0c4
module6/module6_test.go
@@ -12,7 +12,7 @@ func TestModule6DocumentTest(t *testing.T) {
12
found := OpenFileAndFindString("module6.txt", "func FunctionForModule6GoDoc()")
13
14
if !found {
15
- t.Errorf("go doc does not work as expected")
+ t.Errorf("go doc does not generate the comment properly")
16
}
17
18
// TODO: add more tests
0 commit comments