fix update user service typo
This commit is contained in:
parent
52fd0b952b
commit
cc170779cb
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue