From 49bdbc139d77615cffd10005d27d039a6f1559bd Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Tue, 13 Oct 2020 11:04:17 +0200 Subject: [PATCH] fixed sytanx error --- back/methods/collection/spec/updateCollectionSale.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/back/methods/collection/spec/updateCollectionSale.spec.js b/back/methods/collection/spec/updateCollectionSale.spec.js index 7936bb50d..2f150aba9 100644 --- a/back/methods/collection/spec/updateCollectionSale.spec.js +++ b/back/methods/collection/spec/updateCollectionSale.spec.js @@ -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);