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

This commit is contained in:
Alexandre Riera 2023-03-01 09:04:53 +01:00
parent fb940fff52
commit 915c598c0c
2 changed files with 2 additions and 2 deletions

View File

@ -2789,7 +2789,7 @@ INSERT INTO `vn`.`workerConfig` (`id`, `businessUpdated`, `roleFk`)
INSERT INTO `vn`.`ticketRefund`(`refundTicketFk`, `originalTicketFk`)
VALUES
(1, 31);
(1, 12);
INSERT INTO `vn`.`deviceProductionModels` (`code`)
VALUES

View File

@ -118,7 +118,7 @@ describe('ticket setDeleted()', () => {
return value;
};
const ticketId = 30;
const ticketId = 12;
await models.Ticket.setDeleted(ctx, ticketId, options);
await tx.rollback();