no longer tests against clojure 1.10 (issue created) Signed-off-by: Sean Corfield <sean@corfield.org>
8 lines
264 B
Clojure
8 lines
264 B
Clojure
;; copyright (c) 2019-2025 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 [next.jdbc.protocols]))
|
|
|
|
(set! *warn-on-reflection* true)
|