7953-devToTest_2438 #2942
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in New Issue