Skip to content

Commit

Permalink
hugolib: Fix test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 17, 2018
1 parent 0fe4ff1 commit 083311d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugolib/hugo_sites_build_errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
},
},
}
Expand Down

0 comments on commit 083311d

Please sign in to comment.