diff options
Diffstat (limited to 'hugolib/404_test.go')
-rw-r--r-- | hugolib/404_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hugolib/404_test.go b/hugolib/404_test.go index cd203a669..383302e0b 100644 --- a/hugolib/404_test.go +++ b/hugolib/404_test.go @@ -57,7 +57,6 @@ Page: /404.html| Data: 1| `) - } func Test404WithBase(t *testing.T) { @@ -77,5 +76,4 @@ Page not found b.AssertFileContent("public/404.html", ` Base: Page not found`) - } |