File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
test/clj/cider/nrepl/middleware Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 144
144
(is (= #{" done" } status))))
145
145
146
146
#_ (testing " format-edn returns an error if the :pprint-fn is unresolvable"
147
- (let [{:keys [err ex status] :as response} (session/message {:op " format-edn"
148
- :edn " {:b 2 :c 3 :a 1}"
149
- :pprint-fn " fake.nrepl.pprint/puget-pprint" })]
150
- (is (.startsWith err " java.lang.IllegalArgumentException: No such namespace: fa" ))
151
- (is (= " class java.lang.IllegalArgumentException" ex))
152
- (is (= #{" done" " format-edn-error" } status))
153
- (is (:pp-stacktrace response)))))
147
+ (let [{:keys [err ex status] :as response} (session/message {:op " format-edn"
148
+ :edn " {:b 2 :c 3 :a 1}"
149
+ :pprint-fn " fake.nrepl.pprint/puget-pprint" })]
150
+ (is (.startsWith err " java.lang.IllegalArgumentException: No such namespace: fa" ))
151
+ (is (= " class java.lang.IllegalArgumentException" ex))
152
+ (is (= #{" done" " format-edn-error" } status))
153
+ (is (:pp-stacktrace response)))))
You can’t perform that action at this time.
0 commit comments