Skip to content

Instantly share code, notes, and snippets.

@thheller
Created May 11, 2013 09:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save thheller/5559391 to your computer and use it in GitHub Desktop.
clojure.test error reporting
ERROR in (cms-created-object) (core.clj:4327)
Uncaught exception, not in assertion.
expected: nil
ex-data[:sql]: "INSERT INTO cms_objects (owner,name,type,created_at) VALUES (?,?,?,?)"
ex-data[:values]: (1 "foo bar obj" :device #inst "2013-05-11T09:09:30.948000000-00:00")
actual: clojure.lang.ExceptionInfo: insert failed
at clojure.core$ex_info.invoke (core.clj:4327)
... stacktrace
ERROR in (cms-created-object) (core.clj:4327)
Uncaught exception, not in assertion.
expected: nil
actual: clojure.lang.ExceptionInfo: insert failed
at clojure.core$ex_info.invoke (core.clj:4327)
... stacktrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment