cr changes
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
a4bf680ca5
commit
403d4b9118
|
@ -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