fix: refs #7346 minor error
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javi Gallego 2024-08-20 10:16:59 +02:00
parent 65ba1d4664
commit 55799719ae
1 changed files with 2 additions and 2 deletions

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');