chore 优化代码
This commit is contained in:
@ -14,8 +14,8 @@ namespace KonSoft.TenantManagement.Samples;
|
||||
public abstract class SampleDomainTests<TStartupModule> : TenantManagementDomainTestBase<TStartupModule>
|
||||
where TStartupModule : IAbpModule
|
||||
{
|
||||
private readonly IIdentityUserRepository _identityUserRepository;
|
||||
private readonly IdentityUserManager _identityUserManager;
|
||||
private readonly IIdentityUserRepository _identityUserRepository;
|
||||
|
||||
protected SampleDomainTests()
|
||||
{
|
||||
@ -43,4 +43,4 @@ public abstract class SampleDomainTests<TStartupModule> : TenantManagementDomain
|
||||
adminUser = await _identityUserRepository.FindByNormalizedUserNameAsync("ADMIN");
|
||||
adminUser.Email.ShouldBe("newemail@abp.io");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -6,5 +6,4 @@ namespace KonSoft.TenantManagement;
|
||||
public abstract class TenantManagementDomainTestBase<TStartupModule> : TenantManagementTestBase<TStartupModule>
|
||||
where TStartupModule : IAbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -8,5 +8,4 @@ namespace KonSoft.TenantManagement;
|
||||
)]
|
||||
public class TenantManagementDomainTestModule : AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user