back fixed
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2023-06-07 07:36:30 +02:00
parent 7311e79273
commit 16ad082967
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ describe('entry addFromBuy()', () => {
const ctx = {req: {accessToken: {userId: 18}}}; const ctx = {req: {accessToken: {userId: 18}}};
it('should change the printedStickers of an existent buy', async() => { it('should change the printedStickers of an existent buy', async() => {
const id = 1; const id = 2;
const item = 1; const item = 1;
const buy = 1; const buy = 2;
const tx = await models.Entry.beginTransaction({}); const tx = await models.Entry.beginTransaction({});
const options = {transaction: tx}; const options = {transaction: tx};