change test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6e58b1de8b
commit
192d7336a4
|
@ -10,7 +10,7 @@ describe('expedition filter()', () => {
|
|||
const filter = {where: {packagingFk: 1}};
|
||||
const response = await models.Expedition.filter(filter, options);
|
||||
|
||||
expect(response.length).toBeDefined();
|
||||
expect(response.length).toBeGreaterThan(1);
|
||||
|
||||
await tx.rollback();
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in New Issue