This commit is contained in:
parent
ac36762e21
commit
2e3fb7646f
|
@ -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