Test fixed

This commit is contained in:
Taloth Saldono 2015-03-09 21:28:49 +01:00
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()
};
}