diff --git a/src/modules/user/tests/unit/core/update-user.service.spec.ts b/src/modules/user/tests/unit/core/update-user.service.spec.ts index 797f850..40554ee 100644 --- a/src/modules/user/tests/unit/core/update-user.service.spec.ts +++ b/src/modules/user/tests/unit/core/update-user.service.spec.ts @@ -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, );