Skip to content

Commit

Permalink
The test shouldn't be called sample-test
Browse files Browse the repository at this point in the history
  • Loading branch information
nb committed Mar 19, 2013
1 parent 9592e05 commit 7bd6c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/01/test.clj
@@ -1,7 +1,7 @@
(defn abs [n]
(if (neg? n) (- n) n))

(deftest sample-test
(deftest task-01-test
(letfn [(make-close-enough [tolerance] #(< (abs (- %1 %2)) tolerance))
(cube [x] (* x x x))]
(let [close-01-enough? (make-close-enough 0.01)]
Expand Down

0 comments on commit 7bd6c02

Please sign in to comment.