Skip to content

Instantly share code, notes, and snippets.

@shepmaster
Created September 27, 2011 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shepmaster/1245810 to your computer and use it in GitHub Desktop.
Save shepmaster/1245810 to your computer and use it in GitHub Desktop.
;; Note that the equal test got closed too early...
(deftest bad-test
(is (= {:a 1})
{:a 1}))
;; Has the error:
;; error in process filter: Wrong number of arguments: nil, 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment