mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-02-01 21:30:45 +00:00
fix update user service typo
This commit is contained in:
@@ -85,7 +85,7 @@ describe('update-user.service', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('execution', () => {
|
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(
|
const updateUserCommand = new UpdateUserCommand(
|
||||||
updateFirstNameUserRequest,
|
updateFirstNameUserRequest,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user