back fixed
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7311e79273
commit
16ad082967
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue