1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-30 23:42:33 +01:00

Test fixed

This commit is contained in:
Taloth Saldono 2015-03-09 21:28:49 +01:00
parent aa7aa3ce61
commit bf5b645416

View File

@ -20,7 +20,7 @@ namespace NzbDrone.Core.Test.IndexerTests.FanzubTests
Subject.Definition = new IndexerDefinition()
{
Name = "Fanzub",
Settings = new NullConfig()
Settings = new FanzubSettings()
};
}