Skip to content
Snippets Groups Projects
Commit a33e45d1 authored by Cam Saül's avatar Cam Saül
Browse files

declobify results in failing test :imp: [ci skip]

parent 10278d09
No related branches found
No related tags found
No related merge requests found
......@@ -1926,8 +1926,9 @@
[2 "Lucky Pigeon"]
[5 "Peter Pelican"]
[1 "Ronald Raven"]]
(dataset avian-singles
(rows (run-query messages
(ql/aggregation (ql/count))
(ql/breakout $sender_id->users.name)
(ql/filter (ql/= $reciever_id->users.name "Rasta Toucan"))))))
(tu/obj->json->obj
(dataset avian-singles
(rows (run-query messages
(ql/aggregation (ql/count))
(ql/breakout $sender_id->users.name)
(ql/filter (ql/= $reciever_id->users.name "Rasta Toucan")))))))
......@@ -279,5 +279,6 @@
e.g. keywords that aren't map keys:
(obj->json->obj {:type :query}) -> {:type \"query\"}"
{:style/indent 0}
[obj]
(json/parse-string (json/generate-string obj) keyword))
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