mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-24 16:53:54 +00:00
Fixed broken filename tests
This commit is contained in:
parent
5baf2e09c4
commit
ca21e0d26f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ namespace NzbDrone.Core.Test.OrganizerTests
|
||||||
|
|
||||||
|
|
||||||
namingConfig = new NamingConfig();
|
namingConfig = new NamingConfig();
|
||||||
|
namingConfig.RenameEpisodes = true;
|
||||||
|
|
||||||
|
|
||||||
Mocker.GetMock<INamingConfigService>()
|
Mocker.GetMock<INamingConfigService>()
|
||||||
|
|
Loading…
Reference in a new issue