Skip to content

Commit ab551ac

Browse files
authoredJan 23, 2020
Fix Wrong number of args passed to: ex-info
clojure.lang.ArityException Wrong number of args (1) passed to: clojure.core/ex-info
1 parent 43d5d01 commit ab551ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎provider/pact-jvm-provider-lein/src/main/clojure/leiningen/pact_verify.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
(if (contains? project :pact)
2121
(let [verifier (LeinVerifierProxy. project (parse-args args))]
2222
(verify/verify verifier (-> project :pact)))
23-
(throw (ex-info "No pact definition was found in the project"))))
23+
(throw (ex-info "No pact definition was found in the project" {}))))

0 commit comments

Comments
 (0)
Please sign in to comment.