Adjust default quality profiles

This commit is contained in:
ta264
2021-05-26 22:33:33 +01:00
parent c052363368
commit 977c4e653b
2 changed files with 7 additions and 19 deletions
@@ -21,7 +21,7 @@ namespace NzbDrone.Core.Test.Profiles
Subject.Handle(new ApplicationStartedEvent());
Mocker.GetMock<IProfileRepository>()
.Verify(v => v.Insert(It.IsAny<QualityProfile>()), Times.Exactly(3));
.Verify(v => v.Insert(It.IsAny<QualityProfile>()), Times.Exactly(2));
}
[Test]