refactor(client_updatePorfolio): included backTest
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-03-30 08:09:52 +02:00
parent 419ec4ac18
commit 98fb3c1a67
1 changed files with 2 additions and 2 deletions

View File

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