mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fix broken test
This commit is contained in:
parent
f107ea5678
commit
a7a3c546e5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ namespace NzbDrone.Core.Test.HealthCheck.Checks
|
|||
{
|
||||
GivenRootFolder(_downloadRootPath);
|
||||
|
||||
Subject.Check().ShouldBeWarning(wikiFragment: "downloads_in_root_folder");
|
||||
Subject.Check().ShouldBeWarning();
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue