2502-supplier_summary + e2e #425
|
@ -19,7 +19,7 @@ describe('Supplier getSummary()', () => {
|
||||||
expect(country.code).toEqual('ES');
|
expect(country.code).toEqual('ES');
|
||||||
});
|
});
|
||||||
|
|
||||||
it(`should return a summary object containing it's billing data`, async() => {
|
it(`should return a summary object containing it's billing data relation`, async() => {
|
||||||
const supplier = await app.models.Supplier.getSummary(1);
|
const supplier = await app.models.Supplier.getSummary(1);
|
||||||
const payMethod = supplier.payMethod();
|
const payMethod = supplier.payMethod();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue