diff --git a/src/leiningen/test.clj b/src/leiningen/test.clj index 4a604ffe..f48f48ad 100644 --- a/src/leiningen/test.clj +++ b/src/leiningen/test.clj @@ -136,7 +136,7 @@ (defn- convert-to-ns [possible-file] (if (and (.endsWith possible-file ".clj") (.exists (io/file possible-file))) - (str (b/ns-form-for-file possible-file)) + (str (second (b/ns-form-for-file possible-file))) possible-file)) (defn- read-args [args project]