1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

Fix broken test

This commit is contained in:
Mark McDowall 2021-08-03 18:50:23 -07:00
parent f107ea5678
commit a7a3c546e5

View file

@ -68,7 +68,7 @@ namespace NzbDrone.Core.Test.HealthCheck.Checks
{
GivenRootFolder(_downloadRootPath);
Subject.Check().ShouldBeWarning(wikiFragment: "downloads_in_root_folder");
Subject.Check().ShouldBeWarning();
}
[Test]