refs #7844 Fix tests part 2/2
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-08-07 13:52:41 +02:00
parent 4cbea3bf7b
commit 09a0459a7b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ describe('ticket filter()', () => {
const filter = {};
const result = await models.Ticket.filter(ctx, filter, options);
expect(result.length).toEqual(10);
expect(result.length).toEqual(11);
await tx.rollback();
} catch (e) {