summaryrefslogtreecommitdiffstats
path: root/helpers/pathspec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/pathspec_test.go')
-rw-r--r--helpers/pathspec_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/pathspec_test.go b/helpers/pathspec_test.go
index 04ec7cac7..c251b6ba8 100644
--- a/helpers/pathspec_test.go
+++ b/helpers/pathspec_test.go
@@ -57,6 +57,6 @@ func TestNewPathSpecFromConfig(t *testing.T) {
require.Equal(t, "thethemes", p.themesDir)
require.Equal(t, "thelayouts", p.layoutDir)
require.Equal(t, "thework", p.workingDir)
- require.Equal(t, "thestatic", p.staticDir)
+ require.Equal(t, "thestatic", p.StaticDir())
require.Equal(t, "thetheme", p.theme)
}