From 9a367d9d06db6f6cf22121d0397c464ae36e7089 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Sun, 4 Feb 2018 22:04:40 -0600 Subject: [PATCH] hugolib: Fix broken TestTemplateLookupOrder It looks like we left some debugging code in place that caused all but one test case to run. --- hugolib/template_test.go | 4 ---- 1 file changed, 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}