diff --git a/modules/account/test/Volo.Abp.Account.Application.Tests/Volo/Abp/Account/AbpAccountApplicationTestModule.cs b/modules/account/test/Volo.Abp.Account.Application.Tests/Volo/Abp/Account/AbpAccountApplicationTestModule.cs index 881f184c49..1adac8a6ef 100644 --- a/modules/account/test/Volo.Abp.Account.Application.Tests/Volo/Abp/Account/AbpAccountApplicationTestModule.cs +++ b/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 {