From 74b7d4d435d6eaeb3732e829669005c7060cedeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cam=20Sa=C3=BCl?= <cammsaul@gmail.com> Date: Mon, 12 Jun 2017 12:37:30 -0700 Subject: [PATCH] Another test fix :wrench: --- test/metabase/driver/mongo_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/metabase/driver/mongo_test.clj b/test/metabase/driver/mongo_test.clj index 5495ead63d5..102e57808d4 100644 --- a/test/metabase/driver/mongo_test.clj +++ b/test/metabase/driver/mongo_test.clj @@ -77,7 +77,7 @@ :row_count 1 :data {:rows [[1]] :columns ["count"] - :cols [{:name "count", :base_type :type/Integer}] + :cols [{:name "count", :display_name "Count", :base_type :type/Integer}] :native_form {:collection "venues" :query native-query}}} (qp/process-query {:native {:query native-query -- GitLab