diff options
Diffstat (limited to 'hugolib/template_test.go')
-rw-r--r-- | hugolib/template_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/template_test.go b/hugolib/template_test.go index 6ed9643c7..de93f1c80 100644 --- a/hugolib/template_test.go +++ b/hugolib/template_test.go @@ -196,7 +196,7 @@ func TestTemplateLookupOrder(t *testing.T) { t.Run(this.name, func(t *testing.T) { // TODO(bep) there are some function vars need to pull down here to enable => t.Parallel() cfg, fs = newTestCfg() - th = testHelper{cfg, fs, t} + th = newTestHelper(cfg, fs, t) for i := 1; i <= 3; i++ { writeSource(t, fs, filepath.Join("content", fmt.Sprintf("sect%d", i), fmt.Sprintf("page%d.md", i)), `--- |