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:
parent
0abb4ceb26
commit
026327e7a3
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue