Customized Scheduler + Saved Kavita+ Details (#2644)
This commit is contained in:
parent
2092e120c3
commit
ad74871623
76 changed files with 6076 additions and 3370 deletions
|
@ -18,6 +18,7 @@ using API.Services;
|
|||
using API.Services.Plus;
|
||||
using API.SignalR;
|
||||
using API.Tests.Helpers;
|
||||
using EasyCaching.Core;
|
||||
using Hangfire;
|
||||
using Hangfire.InMemory;
|
||||
using Microsoft.Extensions.Caching.Memory;
|
||||
|
@ -58,7 +59,8 @@ public class SeriesServiceTests : AbstractDbTest
|
|||
|
||||
_seriesService = new SeriesService(_unitOfWork, Substitute.For<IEventHub>(),
|
||||
Substitute.For<ITaskScheduler>(), Substitute.For<ILogger<SeriesService>>(),
|
||||
Substitute.For<IScrobblingService>(), locService);
|
||||
Substitute.For<IScrobblingService>(), locService,
|
||||
Substitute.For<IEasyCachingProviderFactory>());
|
||||
}
|
||||
#region Setup
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue