Skip to content

Commit

Permalink
UIPQB-55: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Oct 10, 2023
1 parent 0168db0 commit 77cc9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/QueryBuilder/QueryBuilder/helpers/query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ describe('mongoQueryToSource()', () => {
{ user_last_name: { $lt: 10 } },
{ user_last_name: { $gte: 'value' } },
{ languages: { $in: ['value', 'value2'] } },
{ user_full_name: { $regex: '^abc' } },
{ user_full_name: { $regex: '^abc' } },
{ user_full_name: { $regex: 'abc' } },
{ user_full_name: { $regex: 'abc' } },
{ languages: { $nin: ['value', 'value2'] } },
],
};
Expand Down

0 comments on commit 77cc9b2

Please sign in to comment.