New: Added support for UltraHD (2160p) quality

This commit is contained in:
Björn Dahlgren
2015-11-10 00:18:02 +01:00
committed by Taloth Saldono
parent bdb1076100
commit 94323f79e7
7 changed files with 93 additions and 14 deletions
@@ -19,7 +19,7 @@ namespace NzbDrone.Core.Test.Profiles
Subject.Handle(new ApplicationStartedEvent());
Mocker.GetMock<IProfileRepository>()
.Verify(v => v.Insert(It.IsAny<Profile>()), Times.Exactly(5));
.Verify(v => v.Insert(It.IsAny<Profile>()), Times.Exactly(6));
}
[Test]