Skip to content

Commit f172109

Browse files
committed
Fix tests
1 parent e5743b2 commit f172109

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tests/Boxed.AspNetCore.Swagger.Test/OperationFilters/ClaimsOperationFilterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ namespace Boxed.AspNetCore.Swagger.Test.OperationFilters
88
using Microsoft.AspNetCore.Mvc.Abstractions;
99
using Microsoft.AspNetCore.Mvc.ApiExplorer;
1010
using Microsoft.AspNetCore.Mvc.Authorization;
11-
using Microsoft.AspNetCore.Mvc.Filters;
1211
using Moq;
1312
using Swashbuckle.AspNetCore.Swagger;
1413
using Swashbuckle.AspNetCore.SwaggerGen;
1514
using Xunit;
15+
using FilterDescriptor = Microsoft.AspNetCore.Mvc.Filters.FilterDescriptor;
1616

1717
public class ClaimsOperationFilterTest
1818
{

Tests/Boxed.AspNetCore.Swagger.Test/OperationFilters/ForbiddenResponseOperationFilterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ namespace Boxed.AspNetCore.Swagger.Test.OperationFilters
88
using Microsoft.AspNetCore.Mvc.Abstractions;
99
using Microsoft.AspNetCore.Mvc.ApiExplorer;
1010
using Microsoft.AspNetCore.Mvc.Authorization;
11-
using Microsoft.AspNetCore.Mvc.Filters;
1211
using Moq;
1312
using Swashbuckle.AspNetCore.Swagger;
1413
using Swashbuckle.AspNetCore.SwaggerGen;
1514
using Xunit;
15+
using FilterDescriptor = Microsoft.AspNetCore.Mvc.Filters.FilterDescriptor;
1616

1717
public class ForbiddenResponseOperationFilterTest
1818
{

Tests/Boxed.AspNetCore.Swagger.Test/OperationFilters/UnauthorizedResponseOperationFilterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ namespace Boxed.AspNetCore.Swagger.Test.OperationFilters
88
using Microsoft.AspNetCore.Mvc.Abstractions;
99
using Microsoft.AspNetCore.Mvc.ApiExplorer;
1010
using Microsoft.AspNetCore.Mvc.Authorization;
11-
using Microsoft.AspNetCore.Mvc.Filters;
1211
using Moq;
1312
using Swashbuckle.AspNetCore.Swagger;
1413
using Swashbuckle.AspNetCore.SwaggerGen;
1514
using Xunit;
15+
using FilterDescriptor = Microsoft.AspNetCore.Mvc.Filters.FilterDescriptor;
1616

1717
public class UnauthorizedResponseOperationFilterTest
1818
{

0 commit comments

Comments
 (0)