mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed broken reference
This commit is contained in:
parent
8a8f360fca
commit
df9ab3b426
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ using NzbDrone.Core.Test.Framework;
|
||||||
namespace NzbDrone.Core.Test.ProviderTests.PostDownloadProviderTests
|
namespace NzbDrone.Core.Test.ProviderTests.PostDownloadProviderTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class DropFolderImportServiceFixture : CoreTest<DropFolderImportService>
|
public class DropFolderImportServiceFixture : CoreTest<DownloadedEpisodesImportService>
|
||||||
{
|
{
|
||||||
private EpisodeFile _fakeEpisodeFile;
|
private EpisodeFile _fakeEpisodeFile;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue