summaryrefslogtreecommitdiffstats
path: root/hugolib/siteinfo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/siteinfo_test.go')
-rw-r--r--hugolib/siteinfo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/siteinfo_test.go b/hugolib/siteinfo_test.go
index ff2e6a91c..8110dd932 100644
--- a/hugolib/siteinfo_test.go
+++ b/hugolib/siteinfo_test.go
@@ -38,7 +38,7 @@ func TestSiteInfoParams(t *testing.T) {
buf := new(bytes.Buffer)
- err := s.renderThing(s.NewNode(), "template", buf)
+ err := s.renderThing(s.newNode(), "template", buf)
if err != nil {
t.Errorf("Unable to render template: %s", err)
}