2502-supplier_summary + e2e #425

Merged
joan merged 15 commits from 2502-supplier_summary into dev 2020-10-29 07:55:38 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 403d4b9118 - Show all commits

View File

@ -19,7 +19,7 @@ describe('Supplier getSummary()', () => {
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 payMethod = supplier.payMethod();