mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
new app server and database + added hub and controller of user profile
This commit is contained in:
@@ -23,7 +23,12 @@ public class UserSessionReaderTests
|
||||
public void SetUp()
|
||||
{
|
||||
_fixture = new Fixture();
|
||||
|
||||
_fixture.Behaviors.OfType<ThrowingRecursionBehavior>()
|
||||
.ToList()
|
||||
.ForEach(b => _fixture.Behaviors.Remove(b));
|
||||
|
||||
_fixture.Behaviors.Add(new OmitOnRecursionBehavior());
|
||||
|
||||
_mockUserSessionsRepository = new Mock<IUserSessionsRepository>();
|
||||
_mockLogger = new Mock<ILogger<UserSessionReader>>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user