1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02: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 @@ public void Setup()
Subject.Definition = new IndexerDefinition()
{
Name = "Fanzub",
Settings = new NullConfig()
Settings = new FanzubSettings()
};
}