mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed broken reference
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user