Fix value of useResourceCacheWhen in TestResourceChainPostCSS

This commit is contained in:
Joe Mooring 2021-10-09 09:16:52 -07:00 committed by Bjørn Erik Pedersen
parent 64abc83fc4
commit e6e44b7c41
1 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@ class-in-b {
}
`)
err = build("newer", true)
err = build("never", true)
err = herrors.UnwrapErrorWithFileContext(err)
fe, ok := err.(*herrors.ErrorWithFileContext)