From 1b2ce9767ea68396c043cb3e6e1245cbfbb3b770 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 22 May 2020 22:43:11 -0700 Subject: [PATCH] Remove spurious comment in test --- test/next/jdbc/result_set_test.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/test/next/jdbc/result_set_test.clj b/test/next/jdbc/result_set_test.clj index 2843ff7..c90976a 100644 --- a/test/next/jdbc/result_set_test.clj +++ b/test/next/jdbc/result_set_test.clj @@ -244,7 +244,6 @@ (partition-all 2) (map #(map rs/row-number %))) (p/-execute (ds) ["select * from fruit"] - ;; we do not need a real builder here... (cond-> {:builder-fn rs/as-arrays} (derby?) (assoc :concurrency :read-only