mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-29 14:12:50 +00: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()
|
cfg, fs = newTestCfg()
|
||||||
th = testHelper{cfg, fs, t}
|
th = testHelper{cfg, fs, t}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue