mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 15:23:55 +01: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 @@
|
|||
namespace NzbDrone.Core.Test.ProviderTests.PostDownloadProviderTests
|
||||
{
|
||||
[TestFixture]
|
||||
public class DropFolderImportServiceFixture : CoreTest<DropFolderImportService>
|
||||
public class DropFolderImportServiceFixture : CoreTest<DownloadedEpisodesImportService>
|
||||
{
|
||||
private EpisodeFile _fakeEpisodeFile;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue