1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01: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 @@ public void Setup()
namingConfig = new NamingConfig();
namingConfig.RenameEpisodes = true;
Mocker.GetMock<INamingConfigService>()