Browse Source

Update AbpAccountApplicationTestModule.cs

pull/3089/head
Yunus Emre Kalkan 6 years ago
parent
commit
80eab3c5ab
  1. 3
      modules/account/test/Volo.Abp.Account.Application.Tests/Volo/Abp/Account/AbpAccountApplicationTestModule.cs

3
modules/account/test/Volo.Abp.Account.Application.Tests/Volo/Abp/Account/AbpAccountApplicationTestModule.cs

@ -18,7 +18,8 @@ namespace Volo.Abp.Account
typeof(AbpAuthorizationModule),
typeof(AbpIdentityAspNetCoreModule),
typeof(AbpAccountApplicationModule),
typeof(AbpIdentityEntityFrameworkCoreModule)
typeof(AbpIdentityEntityFrameworkCoreModule),
typeof(AbpPermissionManagementEntityFrameworkCoreModule)
)]
public class AbpAccountApplicationTestModule : AbpModule
{

Loading…
Cancel
Save