1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

static resource URLs are now case sensitive.

This commit is contained in:
kay.one
2013-07-23 23:26:10 -07:00
parent e89a35522e
commit 478caf15f8
16 changed files with 127 additions and 84 deletions
@@ -78,12 +78,12 @@ namespace NzbDrone.Common.Test.CacheTests
{
hitCount++;
return null;
}, TimeSpan.FromMilliseconds(200));
}, TimeSpan.FromMilliseconds(300));
Thread.Sleep(10);
}
hitCount.Should().BeInRange(4, 6);
hitCount.Should().BeInRange(3, 6);
}
}