feat: refs #7277 fit
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javi Gallego 2024-08-30 14:03:02 +02:00
parent ac36762e21
commit 2e3fb7646f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ describe('InvoiceOut transfer()', () => {
}
});
fit('should not create a new invoice if makeInvoice is false', async() => {
it('should not create a new invoice if makeInvoice is false', async() => {
const tx = await models.InvoiceOut.beginTransaction({});
const options = {transaction: tx};