Skip to content

Commit

Permalink
Fix: erroneus test
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 authored Apr 20, 2024
1 parent f213613 commit 2e53191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mongoose-filter-query/test/__mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const basicFilterResult = {
birthdate: { $lte: new Date("2000-01-01") },
isAlive: { $exists: true },
isVerified: { $eq: true },
isDeleted: "false"
isDeleted: false
};

export const complexFilterReq = {
Expand Down

0 comments on commit 2e53191

Please sign in to comment.