refs #5325 fix back
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-06-15 12:49:53 +02:00
parent 9cdc914a25
commit 8b832c68b3
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ describe('ticket-request filter()', () => {
const result = await models.TicketRequest.filter(ctx, options);
const requestId = result[0].id;
expect(requestId).toEqual(3);
expect(requestId).toEqual(4);
await tx.rollback();
} catch (e) {