Fix value of useResourceCacheWhen in TestResourceChainPostCSS
authorJoe Mooring <joe.mooring@veriphor.com>
Sat, 9 Oct 2021 16:16:52 +0000 (09:16 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 10 Oct 2021 09:12:01 +0000 (11:12 +0200)
hugolib/resource_chain_test.go

index 09b49553b35497a8771769d5ddf297cb4cdb6dcc..9095f18229bd1a7b525a5bccd5051c3a3ea8926b 100644 (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)