mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-25 11:13:39 +02:00
fixed random dbbenchmark test breaking
This commit is contained in:
parent
3665856d79
commit
72f8a7eab1
@ -107,7 +107,7 @@ namespace NzbDrone.Core.Test
|
||||
for (int i = 5000; i < 5000 + 1000; i++)
|
||||
{
|
||||
count++;
|
||||
var file = repo.Single<Episode>(random.Next(0, COUNT)).EpisodeFile;
|
||||
var file = repo.Single<Episode>(random.Next(10, COUNT - 100)).EpisodeFile;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user