mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib: Fix broken TestTemplateLookupOrder
It looks like we left some debugging code in place that caused all but one test case to run.
This commit is contained in:
parent
4402c07775
commit
9a367d9d06
1 changed files with 0 additions and 4 deletions
|
@ -190,10 +190,6 @@ func TestTemplateLookupOrder(t *testing.T) {
|
|||
},
|
||||
} {
|
||||
|
||||
if i != 9 {
|
||||
continue
|
||||
}
|
||||
|
||||
cfg, fs = newTestCfg()
|
||||
th = testHelper{cfg, fs, t}
|
||||
|
||||
|
|
Loading…
Reference in a new issue