Merge pull request 'fix intermittent backTest' (!1431) from fix_backTest into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1431
Reviewed-by: Alexandre Riera <alexandre@verdnatura.es>
This commit is contained in:
Vicent Llopis 2023-04-11 08:36:02 +00:00
commit 5ab2913c39
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ describe('Item editFixedPrice()', () => {
await models.FixedPrice.editFixedPrice(ctx, field, newValue, null, filter, options);
const [result] = await models.FixedPrice.filter(ctx, null, options);
const [result] = await models.FixedPrice.filter(ctx, filter, options);
expect(result[field]).toEqual(newValue);