Skip to content

Commit

Permalink
Merge pull request #9 from TheClimateCorporation/versions
Browse files Browse the repository at this point in the history
Versions & lint
  • Loading branch information
leon-barrett committed Sep 10, 2014
2 parents 3186e7e + a49327f commit 943b97f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
:source-paths ["src/clj"]
:java-source-paths ["src/java"]
:pedantic? :warn
:dependencies [[org.clojure/clojure "1.5.1"]]
:plugins [[jonase/eastwood "0.1.0"]])
:dependencies [[org.clojure/clojure "1.6.0"]]
:plugins [[jonase/eastwood "0.1.4"]])
2 changes: 1 addition & 1 deletion test/com/climate/claypoole_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
results (pmap-like pool f (concat (impl/unchunk (range 200)) blocker))]
(Thread/sleep 300)
;; Surely we hit the exception.
(is (thrown? Exception (doall results)))
(is (thrown? Exception (dorun results)))
;; Surely we didn't start every task.
(is (< 1 (count @started) 100))
;; Surely something, but not everything, is returned, and we do not
Expand Down

0 comments on commit 943b97f

Please sign in to comment.