refactor: #6556 drop useless test
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-03-14 15:49:36 +01:00
parent 82001d8352
commit c6f7a8bdb0
1 changed files with 0 additions and 7 deletions

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();
});
});