summaryrefslogtreecommitdiffstats
path: root/tpl/resources/resources_integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/resources/resources_integration_test.go')
-rw-r--r--tpl/resources/resources_integration_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/resources/resources_integration_test.go b/tpl/resources/resources_integration_test.go
index 38ff79055..b4630b6a2 100644
--- a/tpl/resources/resources_integration_test.go
+++ b/tpl/resources/resources_integration_test.go
@@ -155,6 +155,7 @@ I am a.txt
-- assets/b.txt --
I am b.txt
-- layouts/index.html --
+Home.
{{ with resources.ByType "text" }}
{{ with .Get "a.txt" }}
{{ .Publish }}
@@ -167,7 +168,6 @@ I am b.txt
b := hugolib.Test(t, files)
- b.AssertFileExists("public/index.html", true)
b.AssertFileExists("public/a.txt", true) // failing test
b.AssertFileExists("public/b.txt", true) // failing test
}