mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
applicationmode cleanup.
This commit is contained in:
parent
c219be8c8d
commit
1e6817220a
28 changed files with 187 additions and 144 deletions
|
@ -68,7 +68,7 @@ namespace NzbDrone.App.Test
|
|||
serviceProvider.Setup(c => c.ServiceExist(It.IsAny<string>())).Returns(true);
|
||||
serviceProvider.Setup(c => c.GetStatus(It.IsAny<string>())).Returns(ServiceControllerStatus.StartPending);
|
||||
|
||||
Subject.Route();
|
||||
Subject.Route(ApplicationModes.Service);
|
||||
|
||||
serviceProvider.Verify(c => c.Run(It.IsAny<ServiceBase>()), Times.Once());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue