Merge pull request 'fix intermittent backTest' (!1431) from fix_backTest into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1431 Reviewed-by: Alexandre Riera <alexandre@verdnatura.es>
This commit is contained in:
commit
5ab2913c39
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue