Ensure result set tests are instrumented
This commit is contained in:
parent
a2ba8ff780
commit
d2b898d044
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue