Skip to content

Commit c5da0c4

Browse files
author
xiao
committed
update error message
1 parent d2b798d commit c5da0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module6/module6_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func TestModule6DocumentTest(t *testing.T) {
1212
found := OpenFileAndFindString("module6.txt", "func FunctionForModule6GoDoc()")
1313

1414
if !found {
15-
t.Errorf("go doc does not work as expected")
15+
t.Errorf("go doc does not generate the comment properly")
1616
}
1717

1818
// TODO: add more tests

0 commit comments

Comments
 (0)