Skip to content
Snippets Groups Projects
Commit 3880651f authored by Callum Herries's avatar Callum Herries
Browse files

Fix test for sqlite

parent c15eb1ce
No related merge requests found
......@@ -322,7 +322,11 @@
{:expressions {"1" [:now]}
:fields [[:expression "1"]]
:limit 1})
mt/rows ffirst u.date/parse second-precision?))))
mt/rows
ffirst
u.date/parse
(t/zoned-date-time (t/zone-id "UTC"))
second-precision?))))
(testing "should work as an argument to datetime-add and datetime-subtract"
(is (= true
(-> (mt/run-mbql-query venues
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment