2940-invoiceInTax-section #680
|
@ -9,7 +9,7 @@ describe('invoiceIn summary()', () => {
|
||||||
const summary = await models.InvoiceIn.summary(1, options);
|
const summary = await models.InvoiceIn.summary(1, options);
|
||||||
|
|
||||||
expect(summary.supplierRef).toEqual('1234');
|
expect(summary.supplierRef).toEqual('1234');
|
||||||
expect(summary.totals).toEqual('1234');
|
expect(summary.totals.totalTaxableBase).toEqual(252.25);
|
||||||
|
|
||||||
await tx.rollback();
|
await tx.rollback();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue