Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jan 10, 2025
1 parent 48acfdd commit c514ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion query/grammar/grammar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ var _ = Describe("grammar", func() {
"op": "not"
},
{
"field": "name",
"value": "johnny",
"op": "rest"
"op": "="
},
{
"field": "type",
Expand Down

0 comments on commit c514ca3

Please sign in to comment.