diff --git a/test/check/fun_with_values_test.clj b/test/check/fun_with_values_test.clj index 765793d..80a8e64 100644 --- a/test/check/fun_with_values_test.clj +++ b/test/check/fun_with_values_test.clj @@ -35,5 +35,3 @@ (is (= (with-partial 1) 42)) (is (= (f-in-f 1) 42)) (is (= f-value 42))) - -(run-tests)