fix: excluded backTest
This commit is contained in:
parent
39e5f8b418
commit
d4136cde0b
|
@ -26,10 +26,9 @@ describe('Client updatePortfolio', () => {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
// task 3817
|
||||||
it('should keep the same portfolioWeight when a salesperson is unassigned of a client', async() => {
|
xit('should keep the same portfolioWeight when a salesperson is unassigned of a client', async() => {
|
||||||
const salesPersonId = 19;
|
const salesPersonId = 19;
|
||||||
|
|
||||||
const tx = await models.Client.beginTransaction({});
|
const tx = await models.Client.beginTransaction({});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue