Skip to content

Commit c4f1516

Browse files
committed
tweak
1 parent dc9798a commit c4f1516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/com/gu/etagcaching/FreshnessPolicyTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class FreshnessPolicyTest extends AnyFlatSpec with Matchers with ScalaFutures {
4040

4141
}
4242

43-
"AlwaysWaitForRefreshedValue policy" should "always give us the latest, refreshed value" in {
43+
"AlwaysWaitForRefreshedValue policy" should "always give us the latest, refreshed value, even tho' it takes some time to make the ETag-checking fetch" in {
4444
val demo = DemoCache(AlwaysWaitForRefreshedValue)
4545
demo.read() shouldBe 0
4646
demo.read() shouldBe 1

0 commit comments

Comments
 (0)