next-jdbc/test/next/jdbc/protocols_test.clj
Sean Corfield e1fa7055b4 Stub test namespaces
Yes, real tests are coming soon...
2019-04-18 14:15:15 -07:00

5 lines
190 B
Clojure

;; copyright (c) 2019 Sean Corfield, all rights reserved
(ns next.jdbc.protocols-test
(:require [clojure.test :refer [deftest is testing]]
[next.jdbc.protocols :refer :all]))