From 16ad0829671db9fa21bd6e011976f0cf786055f2 Mon Sep 17 00:00:00 2001 From: alexandre Date: Wed, 7 Jun 2023 07:36:30 +0200 Subject: [PATCH] back fixed --- modules/entry/back/methods/entry/specs/addFromBuy.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/entry/back/methods/entry/specs/addFromBuy.spec.js b/modules/entry/back/methods/entry/specs/addFromBuy.spec.js index b6ed475b3..d2b79c601 100644 --- a/modules/entry/back/methods/entry/specs/addFromBuy.spec.js +++ b/modules/entry/back/methods/entry/specs/addFromBuy.spec.js @@ -4,9 +4,9 @@ describe('entry addFromBuy()', () => { const ctx = {req: {accessToken: {userId: 18}}}; it('should change the printedStickers of an existent buy', async() => { - const id = 1; + const id = 2; const item = 1; - const buy = 1; + const buy = 2; const tx = await models.Entry.beginTransaction({}); const options = {transaction: tx};