Skip to content

Commit

Permalink
hugolib: Fix broken TestTemplateLookupOrder
Browse files Browse the repository at this point in the history
It looks like we left some debugging code in place that caused all but
one test case to run.
  • Loading branch information
moorereason committed Feb 5, 2018
1 parent 4402c07 commit f0f710c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hugolib/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ func TestTemplateLookupOrder(t *testing.T) {
},
} {

if i != 9 {
continue
}

cfg, fs = newTestCfg()
th = testHelper{cfg, fs, t}

Expand Down

0 comments on commit f0f710c

Please sign in to comment.