@ -8,7 +8,7 @@ using NzbDrone.Core.Jobs;
using NzbDrone.Core.Lifecycle;
using NzbDrone.Core.Messaging.Commands;
using NzbDrone.Core.Messaging.Events;
using NzbDrone.Host;
using Radarr.Host;
using NzbDrone.Test.Common;
using FluentAssertions;
using System.Linq;
@ -3,7 +3,7 @@ using Moq;
using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Common.EnvironmentInfo;
namespace NzbDrone.App.Test
@ -5,7 +5,7 @@ using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Core.Datastore;
namespace NzbDrone.Common.Test
@ -1,4 +1,4 @@
using NzbDrone.Host;
using Radarr.Host;
namespace NzbDrone.Console
{
@ -3,7 +3,7 @@ using System.Net.Sockets;
using NLog;
using NzbDrone.Common.Instrumentation;