summaryrefslogtreecommitdiffstats
path: root/hugolib/sitemap_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-04-07 16:10:41 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-04-07 16:10:41 +0200
commit3950b1375c0be846c88d015d7ae20e45d51f97d2 (patch)
treece5510e0612cb7df083ef1f2b8872bb584d80d81 /hugolib/sitemap_test.go
parent05b888877db016e5c45711069272a39031377297 (diff)
hugolib: Camelcase ALL_CAPS vars and const in tests
See #2014
Diffstat (limited to 'hugolib/sitemap_test.go')
-rw-r--r--hugolib/sitemap_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/sitemap_test.go b/hugolib/sitemap_test.go
index 3f10bbcdd..b157181ce 100644
--- a/hugolib/sitemap_test.go
+++ b/hugolib/sitemap_test.go
@@ -44,7 +44,7 @@ func TestSitemapOutput(t *testing.T) {
viper.Set("baseurl", "http://auth/bub/")
s := &Site{
- Source: &source.InMemorySource{ByteSource: WEIGHTED_SOURCES},
+ Source: &source.InMemorySource{ByteSource: weightedSources},
}
s.initializeSiteInfo()