Skip to content

Commit

Permalink
Update expressions.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 1, 2022
1 parent 8499ecb commit ed90a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/expressions.test.ts
Expand Up @@ -166,5 +166,5 @@ const nullExpr: Expression = {
};

const nullNETupleExpr: Expression = {
$ne: ["$name", null]
$ne: ['$name', null]
};

0 comments on commit ed90a0a

Please sign in to comment.