From 4b01f31578f54ea01b94dac6704c4752b1323f76 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 13 Nov 2019 09:38:30 -0800 Subject: [PATCH] Move middleware experiment to tests Until I figure out what to do about this, I don't want it accidentally included in a release! --- {src => test}/next/jdbc/middleware.clj | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {src => test}/next/jdbc/middleware.clj (100%) diff --git a/src/next/jdbc/middleware.clj b/test/next/jdbc/middleware.clj similarity index 100% rename from src/next/jdbc/middleware.clj rename to test/next/jdbc/middleware.clj