7167-testToMaster_2414 #2244

Merged
alexm merged 643 commits from 7167-testToMaster_2414 into master 2024-04-04 05:32:41 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit c6f7a8bdb0 - Show all commits

View File

@ -13,11 +13,4 @@ describe('image download()', () => {
expect(contentType).toEqual('image/png');
});
it(`should return false if the user doesn't have image`, async() => {
const userId = 1110;
const image = await models.Image.download(ctx, collection, size, userId);
expect(image).toBeFalse();
});
});