fixed updateBillingData back unit test

This commit is contained in:
Joan Sanchez 2018-10-16 14:13:58 +02:00
parent 4000926c74
commit f1e02587e3
1 changed files with 2 additions and 1 deletions

View File

@ -32,11 +32,12 @@ describe('Client updateBillingData', () => {
expect(error.message).toEqual(`You don't have enough privileges to do that`);
});
xit('should update the billing data and check if the changes were made', async() => {
it('should update the billing data and check if the changes were made', async() => {
let ctxOfAdmin = {req: {accessToken: {userId: 5}}};
let params = {
phone: 2222222222,
payMethodFk: 4,
bankEntityFk: 128,
dueDay: 30,
iban: 'ES91 2100 0418 4502 0005 1332',
hasLcr: 1,