Add missing using directive in HealthCheckServiceFixture

This commit is contained in:
Bogdan 2023-09-11 22:36:08 +03:00 committed by Mark McDowall
parent 0abb4ceb26
commit 026327e7a3
1 changed files with 1 additions and 0 deletions

View File

@ -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
{