Skip to content
Snippets Groups Projects
Commit a75fd042 authored by Ryan Senior's avatar Ryan Senior
Browse files

Fixup order-by test failure

The previous commit fixed a bug when there is no order by, but there
is a remapping. The corresponding change to the
add-dimmension-projections-test didn't happen. This fixes that test failure.
parent c94c09f6
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@
(def ^:private example-query
{:query
{:order-by []
{:order-by nil
:fields
(mapv #(merge field-defaults %)
[{:description "A unique internal identifier for the review. Should not be used externally.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment