mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib: Fix test on Windows
This commit is contained in:
parent
0fe4ff1875
commit
083311d033
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue