Skip to content

Commit

Permalink
UIPQB-175: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Dec 20, 2024
1 parent dfe4738 commit fd827fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/QueryBuilder/QueryBuilder/helpers/query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,18 +258,13 @@ describe('mongoQueryToSource()', () => {
boolean: { options: booleanOptions, current: '$and' },
field: {
options: fieldOptions,
current: 'delegate_languages',
dataType: defaultField?.dataType,
},
operator: {
dataType: defaultField?.dataType,
options: expect.any(Array),
current: '',
},
value: {
current: '',
source: defaultField?.source,
options: defaultField?.values,
},
},
]);
Expand Down

0 comments on commit fd827fd

Please sign in to comment.