5325-defaultSearch-SmartTable #1613

Merged
carlossa merged 10 commits from 5325-defaultSearch-SmartTable into dev 2023-06-15 17:49:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8b832c68b3 - Show all commits

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) {