Test fixed

This commit is contained in:
Taloth Saldono 2015-03-09 21:28:49 +01:00
parent aa7aa3ce61
commit bf5b645416
1 changed files with 1 additions and 1 deletions

View File

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