mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Started to add support for deskmetrics
This commit is contained in:
parent
02cb12bdb8
commit
b225db9aaf
93 changed files with 50336 additions and 5459 deletions
|
@ -32,7 +32,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
|
||||
|
||||
|
||||
var database = TestDbHelper.GetEmptyDatabase(true);
|
||||
var database = TestDbHelper.GetEmptyDatabase();
|
||||
|
||||
|
||||
database.InsertMany(firstSeriesFiles);
|
||||
|
@ -63,7 +63,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
|
||||
|
||||
|
||||
var database = TestDbHelper.GetEmptyDatabase(true);
|
||||
var database = TestDbHelper.GetEmptyDatabase();
|
||||
|
||||
database.InsertMany(firstSeriesFiles);
|
||||
database.InsertMany(secondSeriesFiles);
|
||||
|
@ -146,7 +146,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
var episodeFiles = Builder<EpisodeFile>.CreateListOfSize(10).Build();
|
||||
|
||||
|
||||
var database = TestDbHelper.GetEmptyDatabase(true);
|
||||
var database = TestDbHelper.GetEmptyDatabase();
|
||||
Mocker.SetConstant(database);
|
||||
database.InsertMany(episodeFiles);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue