chore 优化代码
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
using Shouldly;
|
||||
using System.Threading.Tasks;
|
||||
using System.Threading.Tasks;
|
||||
using Shouldly;
|
||||
using Volo.Abp.Identity;
|
||||
using Volo.Abp.Modularity;
|
||||
using Xunit;
|
||||
@ -31,4 +31,4 @@ public abstract class SampleAppServiceTests<TStartupModule> : TenantManagementAp
|
||||
result.TotalCount.ShouldBeGreaterThan(0);
|
||||
result.Items.ShouldContain(u => u.UserName == "admin");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -5,5 +5,4 @@ namespace KonSoft.TenantManagement;
|
||||
public abstract class TenantManagementApplicationTestBase<TStartupModule> : TenantManagementTestBase<TStartupModule>
|
||||
where TStartupModule : IAbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -8,5 +8,4 @@ namespace KonSoft.TenantManagement;
|
||||
)]
|
||||
public class TenantManagementApplicationTestModule : AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user