Skip to content

Commit

Permalink
Removed unused parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
marick committed Nov 4, 2010
1 parent 8daafaf commit 3129ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/midje/unprocessed/unprocessed_internals.clj
Expand Up @@ -130,7 +130,7 @@
;; TODO: I'm not wild about signalling failure in two ways: by report() and by
;; return value. Fix this when (a) we move away from clojure.test.report and
;; (b) we figure out how to make fact() some meaningful unit of reporting.
(defn check-result [actual call expectations]
(defn check-result [actual call]
(cond (function-aware-= actual (call :expected-result))
(do (report {:type :pass})
true)
Expand Down

0 comments on commit 3129ba0

Please sign in to comment.