aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/filesystem_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'source/filesystem_test.go')
-rw-r--r--source/filesystem_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/filesystem_test.go b/source/filesystem_test.go
index e6dc9ce16..0b8c1d395 100644
--- a/source/filesystem_test.go
+++ b/source/filesystem_test.go
@@ -60,7 +60,7 @@ func TestUnicodeNorm(t *testing.T) {
}
ss := newTestSourceSpec()
- fi := hugofs.NewFileMetaInfo(nil, hugofs.FileMeta{})
+ fi := hugofs.NewFileMetaInfo(nil, hugofs.NewFileMeta())
for i, path := range paths {
base := fmt.Sprintf("base%d", i)