next-jdbc/test/next/jdbc/default_options_test.clj
2020-06-22 16:38:13 -07:00

9 lines
334 B
Clojure

;; copyright (c) 2020 Sean Corfield, all rights reserved
(ns next.jdbc.default-options-test
"Stub test namespace for default options. Nothing can really be tested
at this level tho'..."
(:require [clojure.test :refer [deftest is testing]]
[next.jdbc.default-options :refer :all]))
(set! *warn-on-reflection* true)