fix update user service typo

This commit is contained in:
sbriat
2023-07-24 09:56:20 +02:00
parent 52fd0b952b
commit cc170779cb

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,
);