diff --git a/modules/client/back/methods/client/specs/updatePortfolio.spec.js b/modules/client/back/methods/client/specs/updatePortfolio.spec.js index 7983bb2ff..2554daf3d 100644 --- a/modules/client/back/methods/client/specs/updatePortfolio.spec.js +++ b/modules/client/back/methods/client/specs/updatePortfolio.spec.js @@ -26,8 +26,8 @@ describe('Client updatePortfolio', () => { throw e; } }); - // 3742 first have to migrate vn2008.Clientes_cedidos to vn - xit('should keep the same portfolioWeight when a salesperson is unassigned of a client', async() => { + + it('should keep the same portfolioWeight when a salesperson is unassigned of a client', async() => { const salesPersonId = 19; const tx = await models.Client.beginTransaction({});