mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 17:17:02 +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 @@ public void Setup()
|
||||||
|
|
||||||
|
|
||||||
namingConfig = new NamingConfig();
|
namingConfig = new NamingConfig();
|
||||||
|
namingConfig.RenameEpisodes = true;
|
||||||
|
|
||||||
|
|
||||||
Mocker.GetMock<INamingConfigService>()
|
Mocker.GetMock<INamingConfigService>()
|
||||||
|
|
Loading…
Reference in a new issue