mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: remove unused mocks (#19299)
This commit is contained in:
parent
c8a135a7ae
commit
910661e75c
3 changed files with 3 additions and 5 deletions
|
|
@ -268,7 +268,7 @@ describe(NotificationService.name, () => {
|
|||
mocks.album.getById.mockResolvedValue(albumStub.empty);
|
||||
|
||||
await expect(sut.handleAlbumInvite({ id: '', recipientId: '' })).resolves.toBe(JobStatus.SKIPPED);
|
||||
expect(mocks.asset.getById).not.toHaveBeenCalled();
|
||||
expect(mocks.job.queue).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('should skip if the recipient has email notifications disabled', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue