mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-23 00:05:48 +00:00
stop NzbDrone.Common.Tests from killing the runner.
This commit is contained in:
@@ -73,7 +73,7 @@ namespace NzbDrone.Common.Test
|
||||
var dummy1 = StartDummyProcess();
|
||||
var dummy2 = StartDummyProcess();
|
||||
|
||||
Subject.KillAll(dummy1.ProcessName);
|
||||
Subject.KillAll(DummyApp.DUMMY_PROCCESS_NAME);
|
||||
|
||||
dummy1.HasExited.Should().BeTrue();
|
||||
dummy2.HasExited.Should().BeTrue();
|
||||
|
||||
Reference in New Issue
Block a user