summaryrefslogtreecommitdiffstats
path: root/tpl/data/resources_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/data/resources_test.go')
-rw-r--r--tpl/data/resources_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tpl/data/resources_test.go b/tpl/data/resources_test.go
index 1bf6d769f..a1ce9ecb6 100644
--- a/tpl/data/resources_test.go
+++ b/tpl/data/resources_test.go
@@ -34,7 +34,6 @@ import (
"github.com/gohugoio/hugo/hugofs"
"github.com/gohugoio/hugo/langs"
"github.com/spf13/afero"
-
)
func TestScpGetLocal(t *testing.T) {
@@ -87,7 +86,7 @@ func TestScpGetRemote(t *testing.T) {
t.Parallel()
c := qt.New(t)
fs := new(afero.MemMapFs)
- cache := filecache.NewCache(fs, 100, "")
+ cache := filecache.NewCache(fs, 100, 0, "")
tests := []struct {
path string