SES-144 Preform migration

This commit is contained in:
Karol Górzyński 2021-01-13 21:14:43 +01:00
parent 151d63fc24
commit e6dc7deeb9
4 changed files with 52106 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@ namespace SessionCompanion.XUnitTests
this.userServiceMock.Setup(p => p.SearchUserByUsername("test")).ReturnsAsync(test);
this.userController = new UserController(this.userServiceMock.Object);
//this.userController = new UserController(this.userServiceMock.Object);
}
[Test]