7953-devToTest_2438 #2942

Merged
alexm merged 199 commits from 7953-devToTest_2438 into test 2024-09-10 07:22:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2e3fb7646f - Show all commits

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};