Skip to content

Commit

Permalink
fix some date group by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Oct 16, 2024
1 parent 462ce6c commit 7219562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/metabase/test/data/firebolt.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(sql-jdbc.tx/add-test-extensions! :firebolt)

; during unit tests don't treat firebolt as having FK support
(defmethod driver/database-supports? [:firebolt :foreign-keys] [_ _ _] (not config/is-test?))
(defmethod driver/database-supports? [:firebolt :test/jvm-timezone-setting] [_ _ _] false)

;;; ----------------------------------------------- Connection Details -----------------------------------------------

Expand Down

0 comments on commit 7219562

Please sign in to comment.