mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
add series works again, now includes title.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace NzbDrone.Core.Test.Indexers
|
||||
|
||||
Mocker.GetMock<IIndexerRepository>()
|
||||
.Setup(s => s.All())
|
||||
.Returns(new List<Indexer> {new Indexer {OID = 1, Type = "", Enable = false, Name = "Fake Indexer"}});
|
||||
.Returns(new List<Indexer> {new Indexer {Id = 1, Type = "", Enable = false, Name = "Fake Indexer"}});
|
||||
|
||||
Subject.GetEnabledIndexers().Should().BeEmpty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user