Skip to content

Commit

Permalink
Fix value of useResourceCacheWhen in TestResourceChainPostCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored and bep committed Oct 10, 2021
1 parent 64abc83 commit e6e44b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugolib/resource_chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ class-in-b {
}
`)

err = build("newer", true)
err = build("never", true)

err = herrors.UnwrapErrorWithFileContext(err)
fe, ok := err.(*herrors.ErrorWithFileContext)
Expand Down

0 comments on commit e6e44b7

Please sign in to comment.