Skip to content

Commit 766e730

Browse files
SevereOverfl0wbbatsov
authored andcommitted
Accept non-namespaced tests in backwards compat
This is the original API before the API was deprecated.
1 parent 815df35 commit 766e730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cider/nrepl/middleware/test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
(merge msg {:var-query {:ns-query {:exactly [ns]}
299299
:include-meta-key include
300300
:exclude-meta-key exclude
301-
:exactly tests}})))
301+
:exactly (map #(str ns "/" %) tests)}})))
302302

303303
(defn handle-test-all-op
304304
[{:keys [load? include exclude] :as msg}]

0 commit comments

Comments
 (0)