Skip to content

Commit

Permalink
fix: empty newline
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaggiowski committed Apr 27, 2023
1 parent 9c3347e commit 2022a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,6 @@ allow {
expectedQuery := `{"$or":[{"$and":[{"membership":{"$in":[123]}}]},{"$and":[{"salary":{"$gt":0}}]}]}`
require.Equal(t, expectedQuery, filterQuery)
})

})

t.Run("sends empty filter query", func(t *testing.T) {
Expand Down

0 comments on commit 2022a7b

Please sign in to comment.