Fix typo in sample project comments.

[skip ci]

Fixes #2265.
This commit is contained in:
Phil Hagelberg 2017-04-24 13:44:40 -07:00
parent b79b25d0f7
commit ce2f065344

View file

@ -342,7 +342,7 @@
;;; Testing
;; Predicates to determine whether to run a test or not, take test metadata
;; as argument. See `lein help tutorial` for more information.
;; as argument. See `lein help test` for more information.
:test-selectors {:default (fn [m] (not (or (:integration m) (:regression m))))
:integration :integration
:regression :regression}