cr changes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-10-29 08:17:06 +01:00
parent a4bf680ca5
commit 403d4b9118
1 changed files with 1 additions and 1 deletions

View File

@ -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();