mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
fixed broken test, cleaned up some code around config contracts.
This commit is contained in:
@@ -71,6 +71,7 @@ namespace NzbDrone.Core.Test.IndexerTests
|
||||
|
||||
|
||||
var existingIndexers = Builder<IndexerDefinition>.CreateNew().BuildNew();
|
||||
existingIndexers.ConfigContract = typeof (NewznabSettings).Name;
|
||||
|
||||
repo.Insert(existingIndexers);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user