mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
hugolib: Fix Java-styled all-caps consts
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user