commit e6e44b7c41a9b517ffc3775ea0a6aec2b1d4591b
parent 64abc83fc4b70c70458c582ae2cf67fc9c67bb3f
Author: Joe Mooring <joe.mooring@veriphor.com>
Date: Sat, 9 Oct 2021 09:16:52 -0700
Fix value of useResourceCacheWhen in TestResourceChainPostCSS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hugolib/resource_chain_test.go b/hugolib/resource_chain_test.go
@@ -1096,7 +1096,7 @@ class-in-b {
}
`)
- err = build("newer", true)
+ err = build("never", true)
err = herrors.UnwrapErrorWithFileContext(err)
fe, ok := err.(*herrors.ErrorWithFileContext)