More default quality profiles

This commit is contained in:
Mark McDowall
2013-07-03 20:47:58 -07:00
parent 9d6f7efbf2
commit c08fcaad84
2 changed files with 51 additions and 6 deletions
@@ -18,7 +18,7 @@ namespace NzbDrone.Core.Test.Qualities
Subject.Handle(new ApplicationStartedEvent());
Mocker.GetMock<IQualityProfileRepository>()
.Verify(v => v.Insert(It.IsAny<QualityProfile>()), Times.Exactly(2));
.Verify(v => v.Insert(It.IsAny<QualityProfile>()), Times.Exactly(4));
}
[Test]