feat: refs #7346 #2864

Merged
jgallego merged 10 commits from 7346 into dev 2024-08-22 09:30:28 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 55799719ae - Show all commits

View File

@ -82,8 +82,8 @@ describe('InvoiceOut invoiceClient()', () => {
throw e;
}
});
jasmine.DEFAULT_TIMEOUT_INTERVAL = 300000;
fit('should invoice all tickets regardless of address when hasToInvoiceByAddress is false', async() => {
it('should invoice all tickets regardless of address when hasToInvoiceByAddress is false', async() => {
spyOn(models.InvoiceOut, 'makePdf').and.returnValue(Promise.resolve(true));
spyOn(models.InvoiceOut, 'invoiceEmail');