refs #084200 test back solve
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-04-26 10:03:01 +02:00
parent a945f4dedd
commit 899ef23541
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ describe('Supplier filter()', () => {
let result = await app.models.Supplier.filter(ctx);
expect(result.length).toEqual(2);
expect(result.length).toEqual(3);
});
});