7773-testToMaster_2430 #2774
|
@ -27,7 +27,7 @@ describe('Ticket saveSign()', () => {
|
||||||
expect(error).toBeDefined();
|
expect(error).toBeDefined();
|
||||||
});
|
});
|
||||||
|
|
||||||
fit('should change state for ticket', async() => {
|
it('should change state for ticket', async() => {
|
||||||
const tx = await models.Ticket.beginTransaction({});
|
const tx = await models.Ticket.beginTransaction({});
|
||||||
const ticketWithPackedState = 7;
|
const ticketWithPackedState = 7;
|
||||||
const ticketStateId = 16;
|
const ticketStateId = 16;
|
||||||
|
|
Loading…
Reference in New Issue