mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-01-11 01:02:40 +00:00
fix update user service typo
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user