fixed sytanx error

This commit is contained in:
Carlos Jimenez Ruiz 2020-10-13 11:04:17 +02:00
parent c04b7a0657
commit 49bdbc139d
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
const app = require('vn-loopback/server/server');
// #2495 updateCollectionSale reparar polución de unitarios
xdescribe('updateCollectionSale()', () => {
it('return a new collection', async() => {
let ctx = {req: {accessToken: {userId: 106}}};
let response = await app.models.Collection.updateCollectionSale(ctx, 1, 5, 5, 5, 1, 4, false, 'UXN', 1, 1);