diff options
Diffstat (limited to 'src/clojure/contrib/mock/test_adapter.clj')
-rw-r--r-- | src/clojure/contrib/mock/test_adapter.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clojure/contrib/mock/test_adapter.clj b/src/clojure/contrib/mock/test_adapter.clj index b5aa4340..466cb537 100644 --- a/src/clojure/contrib/mock/test_adapter.clj +++ b/src/clojure/contrib/mock/test_adapter.clj @@ -20,6 +20,7 @@ "This function is designed to be used in a binding macro to override the report-problem function in clojure.contrib.mock. Instead of printing the error to the console, the error is logged via clojure.test." + {:dynamic true} [fn-name expected actual msg] (report {:type :fail, :message (str msg " Function name: " fn-name), |