diff options
author | Bjørn Erik Pedersen <[email protected]> | 2016-04-07 16:10:41 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2016-04-07 16:10:41 +0200 |
commit | 3950b1375c0be846c88d015d7ae20e45d51f97d2 (patch) | |
tree | ce5510e0612cb7df083ef1f2b8872bb584d80d81 /hugolib/rss_test.go | |
parent | 05b888877db016e5c45711069272a39031377297 (diff) | |
download | hugo-3950b1375c0be846c88d015d7ae20e45d51f97d2.tar.gz hugo-3950b1375c0be846c88d015d7ae20e45d51f97d2.zip |
hugolib: Camelcase ALL_CAPS vars and const in tests
See #2014
Diffstat (limited to 'hugolib/rss_test.go')
-rw-r--r-- | hugolib/rss_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/rss_test.go b/hugolib/rss_test.go index e42202a5b..c8eb05159 100644 --- a/hugolib/rss_test.go +++ b/hugolib/rss_test.go @@ -54,7 +54,7 @@ func TestRSSOutput(t *testing.T) { hugofs.InitMemFs() s := &Site{ - Source: &source.InMemorySource{ByteSource: WEIGHTED_SOURCES}, + Source: &source.InMemorySource{ByteSource: weightedSources}, } s.initializeSiteInfo() s.prepTemplates("rss.xml", rssTemplate) |