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

5 lines
192 B
Clojure

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