diff --git a/src/Infrastructure.Tests/FilterTests.cs b/src/Infrastructure.Tests/FilterTests.cs index 537a329..3c5fbd3 100644 --- a/src/Infrastructure.Tests/FilterTests.cs +++ b/src/Infrastructure.Tests/FilterTests.cs @@ -12,7 +12,7 @@ namespace Infrastructure.Tests; public class FilterTests { - private readonly ActionContext _actionContext = new ActionContext + private readonly ActionContext _actionContext = new() { HttpContext = new DefaultHttpContext(), RouteData = new RouteData(),