removed pending from working test #1195

Merged
pau merged 3 commits from 4875-skip-tests into dev 2022-12-19 06:43:34 +00:00
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() => { 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({}); const tx = await models.InvoiceOut.beginTransaction({});
let error; let error;