Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Dec 4, 2019
1 parent 784e6cc commit 9b67c75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/metabase/connection_pool_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
nil))))))

(deftest connection-pool-spec-test
(let [{:keys [^javax.sql.DataSource datasource]} (connection-pool/connection-pool-spec {:subprotocol "h2", :subname "mem:in-memory"})]
(let [{:keys [^javax.sql.DataSource datasource]} (connection-pool/connection-pool-spec
{:subprotocol "h2", :subname "mem:in-memory"})]
(with-open [conn (.getConnection datasource)
stmt (.prepareStatement conn "SELECT 1 AS one;")
rset (.executeQuery stmt)]
Expand Down

0 comments on commit 9b67c75

Please sign in to comment.