summaryrefslogtreecommitdiffstats
path: root/parser/frontmatter_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'parser/frontmatter_test.go')
-rw-r--r--parser/frontmatter_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/frontmatter_test.go b/parser/frontmatter_test.go
index 33db0a24a..c9c3c0eaa 100644
--- a/parser/frontmatter_test.go
+++ b/parser/frontmatter_test.go
@@ -19,7 +19,7 @@ func TestFormatToLeadRune(t *testing.T) {
result := FormatToLeadRune(this.kind)
if result != this.expect {
- t.Errorf("[%d] Got %q but expected %q", i, result, this.expect)
+ t.Errorf("[%d] got %q but expected %q", i, result, this.expect)
}
}
}