mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Removed all warnings
This commit is contained in:
parent
a853f80f9e
commit
8b484601f6
8 changed files with 33 additions and 13 deletions
|
@ -211,7 +211,7 @@ namespace NzbDrone.Core.Test
|
|||
|
||||
|
||||
[Test]
|
||||
public void get_season_count_x5000()
|
||||
public void get_season_count_x500()
|
||||
{
|
||||
var mocker = new AutoMoqer();
|
||||
mocker.SetConstant(db);
|
||||
|
@ -225,7 +225,7 @@ namespace NzbDrone.Core.Test
|
|||
Console.WriteLine("Starting Test");
|
||||
|
||||
var sw = Stopwatch.StartNew();
|
||||
for (int i = 0; i < 5000; i++)
|
||||
for (int i = 0; i < 500; i++)
|
||||
{
|
||||
provider.GetSeasons(random.Next(1, 10)).Should().HaveSameCount(seasonsNumbers);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue