restore ns require layout
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
0d7d58fece
commit
2214e06cfa
1 changed files with 7 additions and 8 deletions
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
(ns next.jdbc.sql-test
|
||||
"Tests for the syntactic sugar SQL functions."
|
||||
(:require
|
||||
[lazytest.core :refer [around set-ns-context! throws?]]
|
||||
(:require [lazytest.core :refer [around set-ns-context! throws?]]
|
||||
[lazytest.experimental.interfaces.clojure-test :refer [deftest is testing]]
|
||||
[next.jdbc :as jdbc]
|
||||
[next.jdbc.specs :as specs]
|
||||
|
|
|
|||
Loading…
Reference in a new issue