From df1ef1e21d8d889a2c9abd440039533c6a43818f Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 7 Jan 2021 16:23:20 +0800 Subject: 史诗级重构! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BackEnd/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'BackEnd/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs') diff --git a/BackEnd/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs b/BackEnd/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs index 82aed24e..b700ada2 100644 --- a/BackEnd/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs +++ b/BackEnd/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs @@ -56,10 +56,7 @@ namespace Timeline.Tests.IntegratedTests { using var scope = TestApp.Host.Services.CreateScope(); - var users = new List<(string username, string password, string nickname)>() - { - ("admin", "adminpw", "administrator") - }; + var users = new List<(string username, string password, string nickname)>(); for (int i = 1; i <= TestUserCount; i++) { -- cgit v1.2.3