From cc170779cbba1c7fb23b03791c3fbdad5a5c275b Mon Sep 17 00:00:00 2001 From: sbriat Date: Mon, 24 Jul 2023 09:56:20 +0200 Subject: [PATCH] fix update user service typo --- src/modules/user/tests/unit/core/update-user.service.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, );