mirror of
https://github.com/Radarr/Radarr
synced 2026-01-10 17:48:43 +01:00
Replace Sonarr reference
Replace Sonarr reference in reserved device name tests
This commit is contained in:
parent
e912e14cbb
commit
6808d5388c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public void Setup()
|
|||
Mocker.GetMock<INamingConfigService>()
|
||||
.Setup(c => c.GetConfig()).Returns(_namingConfig);
|
||||
|
||||
_movieFile = new MovieFile { Quality = new QualityModel(Quality.HDTV720p), ReleaseGroup = "SonarrTest" };
|
||||
_movieFile = new MovieFile { Quality = new QualityModel(Quality.HDTV720p), ReleaseGroup = "RadarrTest" };
|
||||
|
||||
Mocker.GetMock<IQualityDefinitionService>()
|
||||
.Setup(v => v.Get(Moq.It.IsAny<Quality>()))
|
||||
|
|
|
|||
Loading…
Reference in a new issue