refs newStatePartial refs #7642
gitea/salix/pipeline/pr-dev This commit looks good Details
gitea/salix/pipeline/pr-test This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-07-15 16:21:19 +02:00
parent 87b0d3e8d1
commit dc5903421b
1 changed files with 1 additions and 1 deletions

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;