mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02: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:
committed by
Bjørn Erik Pedersen
parent
4402c07775
commit
9a367d9d06
@@ -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}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user