fix: refs #7569 saveSign use lastState
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
79ea19a360
commit
3f0f155113
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue