From 31772e4f38335271daef7e3c7d5b0a60c9dc9fe2 Mon Sep 17 00:00:00 2001 From: Young Date: Sun, 6 Oct 2024 15:54:29 +0800 Subject: [PATCH] optimise codes --- src/Infrastructure.Tests/FilterTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),