mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
fixed some broken tests.
This commit is contained in:
@@ -9,11 +9,11 @@ namespace NzbDrone.Core.Lifecycle
|
||||
{
|
||||
public class AppRestartJob : IJob
|
||||
{
|
||||
private readonly HostController _hostController;
|
||||
private readonly IHostController _hostController;
|
||||
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
public AppRestartJob(HostController hostController)
|
||||
public AppRestartJob(IHostController hostController)
|
||||
{
|
||||
_hostController = hostController;
|
||||
}
|
||||
|
Reference in New Issue
Block a user