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

9 lines
264 B
Clojure
Raw Normal View History

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