From 226b4ce7222f5ad3554d01dceb85dbe5a06285ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= <454313500@qq.com> Date: Fri, 19 Jan 2024 17:48:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Abp.Net8/test/Yi.Abp.Test/YiAbpTestBase.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Yi.Abp.Net8/test/Yi.Abp.Test/YiAbpTestBase.cs b/Yi.Abp.Net8/test/Yi.Abp.Test/YiAbpTestBase.cs index 051c48a0..59eecf09 100644 --- a/Yi.Abp.Net8/test/Yi.Abp.Test/YiAbpTestBase.cs +++ b/Yi.Abp.Net8/test/Yi.Abp.Test/YiAbpTestBase.cs @@ -14,7 +14,6 @@ namespace Yi.Abp.Test protected IServiceScope TestServiceScope { get; } public YiAbpTestBase() { - IAbpApplicationWithExternalServiceProvider application = null; IHost host = Host.CreateDefaultBuilder() .UseAutofac() .ConfigureServices((host, service) =>