mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
fixed random dbbenchmark test breaking
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user