1
0
Fork 0
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:
Mark McDowall 2013-07-04 22:05:50 -07:00
parent 5baf2e09c4
commit ca21e0d26f

View file

@ -30,6 +30,7 @@ namespace NzbDrone.Core.Test.OrganizerTests
namingConfig = new NamingConfig(); namingConfig = new NamingConfig();
namingConfig.RenameEpisodes = true;
Mocker.GetMock<INamingConfigService>() Mocker.GetMock<INamingConfigService>()