fix update user service typo

This commit is contained in:
sbriat 2023-07-24 09:56:20 +02:00
parent 52fd0b952b
commit cc170779cb
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ describe('update-user.service', () => {
});
describe('execution', () => {
it('should throw an exception if use is not found', async () => {
it('should throw an exception if user is not found', async () => {
const updateUserCommand = new UpdateUserCommand(
updateFirstNameUserRequest,
);