From: Cameron Moore Date: Mon, 5 Feb 2018 04:04:40 +0000 (-0600) Subject: hugolib: Fix broken TestTemplateLookupOrder X-Git-Tag: v0.36~9 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9a367d9d0;p=brevno-suite%2Fhugo hugolib: Fix broken TestTemplateLookupOrder It looks like we left some debugging code in place that caused all but one test case to run. --- diff --git a/hugolib/template_test.go b/hugolib/template_test.go index a5bec103..4117d0f4 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}