next-jdbc/test/next/jdbc/protocols_test.clj

10 lines
331 B
Clojure
Raw Normal View History

2021-01-30 00:13:05 +00:00
;; copyright (c) 2019-2021 Sean Corfield, all rights reserved
(ns next.jdbc.protocols-test
"Stub test namespace for low-level protocols. Nothing can really be tested
at this level tho'..."
(:require [clojure.test :refer [deftest is testing]]
[next.jdbc.protocols :refer :all]))
(set! *warn-on-reflection* true)