mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-19 07:31:37 +00:00
UsersService: Remove test obsoleted by strict mode
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
0944f07834
commit
8388edcd53
1 changed files with 0 additions and 4 deletions
|
@ -149,9 +149,5 @@ describe('UsersService', () => {
|
||||||
expect(userDto.photo).toEqual('');
|
expect(userDto.photo).toEqual('');
|
||||||
expect(userDto.email).toEqual('');
|
expect(userDto.email).toEqual('');
|
||||||
});
|
});
|
||||||
it('fails if no user is provided', () => {
|
|
||||||
expect(service.toUserDto(null)).toBeNull();
|
|
||||||
expect(service.toUserDto(undefined)).toBeNull();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue