hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 083311d0336ced35909b3375950f7817ecf95ed0
parent 0fe4ff18751156fa072e1f83077e49a8597e7dcd
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed, 17 Oct 2018 08:37:02 +0200

hugolib: Fix test on Windows

Diffstat:
Mhugolib/hugo_sites_build_errors_test.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hugolib/hugo_sites_build_errors_test.go b/hugolib/hugo_sites_build_errors_test.go
@@ -118,7 +118,7 @@ func TestSiteBuildErrors(t *testing.T) {
 			},
 			assertBuildError: func(a testSiteBuildErrorAsserter, err error) {
 				assert.Error(err)
-				assert.Contains(err.Error(), "layouts/_default/single.html")
+				assert.Contains(err.Error(), "single.html")
 			},
 		},
 	}