mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed linux integration tests
This commit is contained in:
parent
fcd3617bf8
commit
b8afad8adb
3 changed files with 3 additions and 12 deletions
|
@ -120,15 +120,6 @@ namespace NzbDrone.Update.Test
|
|||
Mocker.GetMock<ProcessProvider>().Verify(c => c.Kill(It.IsAny<int>()), Times.Never());
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_stop_orphan_iisexpress_instances()
|
||||
{
|
||||
Mocker.Resolve<UpdateProvider>().Start(TARGET_FOLDER);
|
||||
|
||||
|
||||
Mocker.GetMock<IHostController>().Verify(c => c.StopServer(), Times.Once());
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_create_backup_of_current_installation()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue