mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-21 06:39:06 +00:00
Fixed TruncatedEpisodeTitlesFixture tests
This commit is contained in:
parent
cf48bf3041
commit
94b5d23094
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
|
|||
.Build();
|
||||
|
||||
_namingConfig = NamingConfig.Default;
|
||||
_namingConfig.MultiEpisodeStyle = 0;
|
||||
_namingConfig.RenameEpisodes = true;
|
||||
|
||||
Mocker.GetMock<INamingConfigService>()
|
||||
|
|
Loading…
Reference in a new issue