removed pending from working test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2022-12-01 14:32:05 +01:00
parent 79f8e30ded
commit c54844f7ff
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ describe('InvoiceOut downloadZip()', () => {
});
it('should return an error if the size of the files is too large', async() => {
pending('https://redmine.verdnatura.es/issues/4875');
const tx = await models.InvoiceOut.beginTransaction({});
let error;