Fix mapping (#13844)

This commit is contained in:
Elitsa Marinovska
2023-02-17 09:38:39 +01:00
committed by GitHub
parent f9ed9c0ae8
commit cc76289a36
2 changed files with 25 additions and 7 deletions

View File

@@ -1,7 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Logging;
@@ -46,7 +42,8 @@ public class MemberManagerTests
Mock.Of<ILocalizedTextService>(),
Mock.Of<IEntityService>(),
new TestOptionsSnapshot<GlobalSettings>(new GlobalSettings()),
AppCaches.Disabled),
AppCaches.Disabled,
Mock.Of<ITwoFactorLoginService>())
};
_fakeMemberStore = new MemberUserStore(