next-jdbc/test/next/jdbc/default_options_test.clj

10 lines
334 B
Clojure
Raw Normal View History

;; 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)