Fixed: Relax flakey cache test

This commit is contained in:
ta264 2019-07-11 22:21:20 +01:00
parent b62e27634a
commit 531447a21f

View file

@ -122,7 +122,7 @@ public void should_clear_expired_when_they_expire()
Thread.Sleep(1000);
hitCount.Should().BeInRange(3, 6);
hitCount.Should().BeInRange(3, 7);
_cachedString.Values.Should().HaveCount(0);
}
}