Skip to content

Commit 9076fce

Browse files
committed
Remove unnecessary usings
1 parent f2a4482 commit 9076fce

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

test/OrchardCoreContrib.HealthChecks.Tests/HealthChecksMiddlewareOrderTests.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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;
1+
using Moq;
62
using OrchardCore.Environment.Shell.Configuration;
7-
using OrchardCoreContrib.HealthChecks.Services;
83
using OrchardCoreContrib.HealthChecks.Tests.Tests;
94
using System.Net;
105

0 commit comments

Comments
 (0)