summaryrefslogtreecommitdiffstats
path: root/hugolib/site_url_test.go
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-04-08 23:15:57 -0400
committerspf13 <steve.francia@gmail.com>2014-04-09 17:15:04 -0400
commit93bcddebb3030705dcb643dffb65890a270b5182 (patch)
tree46dac123f4ea8320d7dde2823b0d7c7df75688d0 /hugolib/site_url_test.go
parentaae6fa0b6b6319187992231baf773768585820d6 (diff)
Renamed Indexes to Taxonomies. Old template and config parameters still work.
Diffstat (limited to 'hugolib/site_url_test.go')
-rw-r--r--hugolib/site_url_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/hugolib/site_url_test.go b/hugolib/site_url_test.go
index f248d6df1..63b737c31 100644
--- a/hugolib/site_url_test.go
+++ b/hugolib/site_url_test.go
@@ -71,8 +71,8 @@ func TestPageCount(t *testing.T) {
t.Errorf("Unable to build site metadata: %s", err)
}
- if err := s.RenderLists(); err != nil {
- t.Errorf("Unable to render site lists: %s", err)
+ if err := s.RenderSectionLists(); err != nil {
+ t.Errorf("Unable to render section lists: %s", err)
}
if err := s.RenderAliases(); err != nil {