test fixed
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
c509509963
commit
ee30bc9e1e
|
@ -9,7 +9,7 @@ describe('invoiceIn summary()', () => {
|
|||
const summary = await models.InvoiceIn.summary(1, options);
|
||||
|
||||
expect(summary.supplierRef).toEqual('1234');
|
||||
expect(summary.totals).toEqual('1234');
|
||||
expect(summary.totals.totalTaxableBase).toEqual(252.25);
|
||||
|
||||
await tx.rollback();
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in New Issue