chore 优化代码
This commit is contained in:
@ -6,5 +6,4 @@ namespace KonSoft.Dispatch;
|
||||
public abstract class DispatchDomainTestBase<TStartupModule> : DispatchTestBase<TStartupModule>
|
||||
where TStartupModule : IAbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -8,5 +8,4 @@ namespace KonSoft.Dispatch;
|
||||
)]
|
||||
public class DispatchDomainTestModule : AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -14,8 +14,8 @@ namespace KonSoft.Dispatch.Samples;
|
||||
public abstract class SampleDomainTests<TStartupModule> : DispatchDomainTestBase<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> : DispatchDomainTestBase
|
||||
adminUser = await _identityUserRepository.FindByNormalizedUserNameAsync("ADMIN");
|
||||
adminUser.Email.ShouldBe("newemail@abp.io");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user