From b22364570be6c6add79af21a90de8c5f7a775813 Mon Sep 17 00:00:00 2001 From: Noah Campbell Date: Tue, 5 Nov 2013 04:32:13 +0000 Subject: [PATCH] Fix Test Name --- hugolib/site_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugolib/site_test.go b/hugolib/site_test.go index a20c6e299..bd9715b01 100644 --- a/hugolib/site_test.go +++ b/hugolib/site_test.go @@ -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