mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix Test Name
This commit is contained in:
parent
1fbcaf9279
commit
b22364570b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue