mirror of https://github.com/lidarr/Lidarr
Fixed broken filename tests
This commit is contained in:
parent
5baf2e09c4
commit
ca21e0d26f
|
@ -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 New Issue