mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
some cleanup.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// ReSharper disable InconsistentNaming
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Autofac;
|
||||
@@ -17,6 +16,7 @@ namespace NzbDrone.Core.Test
|
||||
{
|
||||
[TestFixture]
|
||||
[ExclusivelyUses("REAL_LOG_FILE")]
|
||||
[Serial]
|
||||
class CentralDispatchFixture : CoreTest
|
||||
{
|
||||
readonly IList<string> indexers = typeof(CentralDispatch).Assembly.GetTypes().Where(t => t.IsSubclassOf(typeof(IndexerBase))).Select(c => c.ToString()).ToList();
|
||||
|
Reference in New Issue
Block a user