mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04: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