mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
stop NzbDrone.Common.Tests from killing the runner.
This commit is contained in:
parent
492b1715e4
commit
f8afed195a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ namespace NzbDrone.Common.Test
|
||||||
var dummy1 = StartDummyProcess();
|
var dummy1 = StartDummyProcess();
|
||||||
var dummy2 = StartDummyProcess();
|
var dummy2 = StartDummyProcess();
|
||||||
|
|
||||||
Subject.KillAll(dummy1.ProcessName);
|
Subject.KillAll(DummyApp.DUMMY_PROCCESS_NAME);
|
||||||
|
|
||||||
dummy1.HasExited.Should().BeTrue();
|
dummy1.HasExited.Should().BeTrue();
|
||||||
dummy2.HasExited.Should().BeTrue();
|
dummy2.HasExited.Should().BeTrue();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue