1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

@cosmetic Fixed all erroring tests.

This commit is contained in:
Leonardo Galli
2018-01-30 15:09:19 +01:00
parent 2459ddb6f4
commit 74e0db2829
4 changed files with 4 additions and 4 deletions
@@ -544,7 +544,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.SabnzbdTests
public void should_test_failed_if_tv_sorting_contains_category()
{
_config.Misc.enable_tv_sorting = true;
_config.Misc.tv_categories = new[] { "tv" };
_config.Misc.tv_categories = new[] { "movie" };
var result = new NzbDroneValidationResult(Subject.Test());