fixed update method

This commit is contained in:
2020-10-03 22:34:54 +02:00
parent 0aea91a59c
commit bee1d4b1e1
6 changed files with 28 additions and 28 deletions

View File

@@ -32,7 +32,7 @@ namespace UserService.Test
{
CommonName = "holger",
FirstName = "Holger",
LastName = "B<EFBFBD>rchers",
LastName = "Börchers",
IsActive = true
};
await _repository.AddAsync(user).ConfigureAwait(false);