1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 07:43:01 +00:00

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

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
{