next-jdbc/test/next/jdbc/protocols_test.clj
Sean Corfield dc240652fc It's 2021
2021-01-29 16:13:05 -08:00

9 lines
331 B
Clojure

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