summaryrefslogtreecommitdiffstats
path: root/hugolib/siteJSONEncode_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-03-22 23:59:07 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-03-22 23:59:07 +0100
commitdf92fc31caf84edfaa6d0076227e1f5f009a4198 (patch)
tree951121c48d41b87f2a565f74b38b4c5ba8284408 /hugolib/siteJSONEncode_test.go
parentb0e21f967b18ab20e0c889228e9caf8dd95723c2 (diff)
hugolib: Fix Java-styled all-caps consts
Diffstat (limited to 'hugolib/siteJSONEncode_test.go')
-rw-r--r--hugolib/siteJSONEncode_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/siteJSONEncode_test.go b/hugolib/siteJSONEncode_test.go
index 9ba4eaeb3..cf34fe728 100644
--- a/hugolib/siteJSONEncode_test.go
+++ b/hugolib/siteJSONEncode_test.go
@@ -24,7 +24,7 @@ import (
func TestEncodePage(t *testing.T) {
// borrowed from menu_test.go
- s := createTestSite(MENU_PAGE_SOURCES)
+ s := createTestSite(menuPageSources)
testSiteSetup(s, t)
_, err := json.Marshal(s)