diff options
author | Cameron Moore <moorereason@gmail.com> | 2018-02-04 22:04:40 -0600 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2018-02-05 08:38:04 +0100 |
commit | 9a367d9d06db6f6cf22121d0397c464ae36e7089 (patch) | |
tree | b612cfcd3bd26ec6f494bdda2be74c91508f7695 /hugolib/template_test.go | |
parent | 4402c077754991df19c3bbab0c4a671dcfdc192c (diff) | |
download | hugo-9a367d9d06db6f6cf22121d0397c464ae36e7089.tar.gz hugo-9a367d9d06db6f6cf22121d0397c464ae36e7089.zip |
hugolib: Fix broken TestTemplateLookupOrder
It looks like we left some debugging code in place that caused all but
one test case to run.
Diffstat (limited to 'hugolib/template_test.go')
-rw-r--r-- | hugolib/template_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hugolib/template_test.go b/hugolib/template_test.go index a5bec103a..4117d0f47 100644 --- a/hugolib/template_test.go +++ b/hugolib/template_test.go @@ -190,10 +190,6 @@ func TestTemplateLookupOrder(t *testing.T) { }, } { - if i != 9 { - continue - } - cfg, fs = newTestCfg() th = testHelper{cfg, fs, t} |