requested changes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2022-11-21 14:06:38 +01:00
parent a733bc8c2f
commit 0099b42fe3
1 changed files with 1 additions and 1 deletions

View File

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