Fixed integration test's path to Sonarr executable

This commit is contained in:
Mark McDowall 2022-04-09 01:20:33 -07:00
parent 90d3dc2f98
commit 652027821d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace NzbDrone.Test.Common
} }
else else
{ {
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "bin", consoleExe)); Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "bin", consoleExe));
} }
while (true) while (true)