mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Updater will stop process by ID on mono
This commit is contained in:
@@ -43,7 +43,7 @@ namespace NzbDrone.Update.Test
|
||||
Subject.Start(new[] { "12", "" });
|
||||
|
||||
|
||||
Mocker.GetMock<IInstallUpdateService>().Verify(c => c.Start(@"C:\NzbDrone"), Times.Once());
|
||||
Mocker.GetMock<IInstallUpdateService>().Verify(c => c.Start(@"C:\NzbDrone", 12), Times.Once());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user