mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
WIP: New: Exclusion Lists
This commit is contained in:
@@ -37,7 +37,7 @@ namespace NzbDrone.Core.Test.HealthCheck.Checks
|
||||
|
||||
var mockList = new Mock<IImportList>();
|
||||
mockList.SetupGet(s => s.Definition).Returns(new ImportListDefinition { Id = id });
|
||||
mockList.SetupGet(s => s.EnableAuto).Returns(true);
|
||||
mockList.SetupGet(s => s.EnableAuto).Returns(ImportListType.Automatic);
|
||||
|
||||
_lists.Add(mockList.Object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user