Fixing test coverage for CreateUserAsync
This commit is contained in:
@@ -124,7 +124,9 @@ public class UserService : BaseService, IUserService
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
await transaction.RollbackAsync();
|
||||
Logger.Error(exception, $"[UserService][CreateUserAsync]");
|
||||
throw;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user