mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Fix Test Name
This commit is contained in:
@@ -88,7 +88,7 @@ func matchRender(t *testing.T, s *Site, p *Page, tmplName string, expected strin
|
||||
}
|
||||
}
|
||||
|
||||
func TestrenderThing(t *testing.T) {
|
||||
func TestRenderThing(t *testing.T) {
|
||||
tests := []struct {
|
||||
content string
|
||||
template string
|
||||
|
Reference in New Issue
Block a user