We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a4482 commit 9076fceCopy full SHA for 9076fce
1 file changed
test/OrchardCoreContrib.HealthChecks.Tests/HealthChecksMiddlewareOrderTests.cs
@@ -1,10 +1,5 @@
1
-using Microsoft.AspNetCore.Builder;
2
-using Microsoft.AspNetCore.Http;
3
-using Microsoft.Extensions.DependencyInjection;
4
-using Microsoft.Extensions.Options;
5
-using Moq;
+using Moq;
6
using OrchardCore.Environment.Shell.Configuration;
7
-using OrchardCoreContrib.HealthChecks.Services;
8
using OrchardCoreContrib.HealthChecks.Tests.Tests;
9
using System.Net;
10
0 commit comments