Add missing using directive in HealthCheckServiceFixture
This commit is contained in:
parent
0abb4ceb26
commit
026327e7a3
|
@ -8,6 +8,7 @@ using NzbDrone.Common.Messaging;
|
|||
using NzbDrone.Common.TPL;
|
||||
using NzbDrone.Core.HealthCheck;
|
||||
using NzbDrone.Core.Test.Framework;
|
||||
using NzbDrone.Test.Common;
|
||||
|
||||
namespace NzbDrone.Core.Test.HealthCheck
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue