diff --git a/test/next/jdbc/result_set_test.clj b/test/next/jdbc/result_set_test.clj index 48519e4..d3a601a 100644 --- a/test/next/jdbc/result_set_test.clj +++ b/test/next/jdbc/result_set_test.clj @@ -11,6 +11,7 @@ [clojure.test :refer [deftest is testing use-fixtures]] [next.jdbc.protocols :as p] [next.jdbc.result-set :as rs] + [next.jdbc.specs :as specs] [next.jdbc.test-fixtures :refer [with-test-db ds column default-options mssql? mysql? postgres?]]) @@ -20,6 +21,8 @@ (use-fixtures :once with-test-db) +(specs/instrument) + (deftest test-datafy-nav (testing "default schema" (let [connectable (ds)