Fixed: Relax flakey cache test

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

View file

@ -122,7 +122,7 @@ namespace NzbDrone.Common.Test.CacheTests
Thread.Sleep(1000);
hitCount.Should().BeInRange(3, 6);
hitCount.Should().BeInRange(3, 7);
_cachedString.Values.Should().HaveCount(0);
}
}