Add missing using directive in HealthCheckServiceFixture

(cherry picked from commit 026327e7a3e56fd23e49088b50f47e8e7aaa9acc)
This commit is contained in:
Bogdan 2023-09-11 22:36:08 +03:00 committed by servarr
commit afe349d026

View file

@ -5,6 +5,7 @@ using NzbDrone.Common.Cache;
using NzbDrone.Common.Messaging;
using NzbDrone.Core.HealthCheck;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Test.Common;
namespace NzbDrone.Core.Test.HealthCheck
{