refs newStatePartial refs #7642 #2737

Merged
sergiodt merged 2 commits from 7642newState into test 2024-07-16 08:19:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit dc5903421b - Show all commits

View File

@ -27,7 +27,7 @@ describe('Ticket saveSign()', () => {
expect(error).toBeDefined();
});
fit('should change state for ticket', async() => {
it('should change state for ticket', async() => {
const tx = await models.Ticket.beginTransaction({});
const ticketWithPackedState = 7;
const ticketStateId = 16;