fix: refs #7569 saveSign use lastState
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Sergio De la torre 2025-01-28 11:15:29 +01:00
parent 79ea19a360
commit 3f0f155113
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ describe('Ticket saveSign()', () => {
expect(ticketTrackingAfter.name).toBe('Entregado en parte'); expect(ticketTrackingAfter.name).toBe('Entregado en parte');
}); });
fit('should send an email to notify that the delivery order is not correct', async() => { it('should send an email to notify that the delivery order is not correct', async() => {
const tx = await models.Ticket.beginTransaction({}); const tx = await models.Ticket.beginTransaction({});
const ticketFk = 8; const ticketFk = 8;
const priority = 5; const priority = 5;