summaryrefslogtreecommitdiffstats
path: root/tpl/collections/apply_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/collections/apply_test.go')
-rw-r--r--tpl/collections/apply_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/collections/apply_test.go b/tpl/collections/apply_test.go
index de24b06c8..0878844b2 100644
--- a/tpl/collections/apply_test.go
+++ b/tpl/collections/apply_test.go
@@ -25,8 +25,8 @@ import (
type templateFinder int
-func (templateFinder) Lookup(name string) *tpl.TemplateAdapter {
- return nil
+func (templateFinder) Lookup(name string) (tpl.Template, bool) {
+ return nil, false
}
func (templateFinder) GetFuncs() map[string]interface{} {