From 5fb665e5eb145590439fbaed30032a6513572fcd Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 10 May 2014 17:49:55 -0400 Subject: [PATCH] Don't use removed test helper here --- test/monger/test/js_test.clj | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/monger/test/js_test.clj b/test/monger/test/js_test.clj index 0548717..5153ee1 100644 --- a/test/monger/test/js_test.clj +++ b/test/monger/test/js_test.clj @@ -1,10 +1,7 @@ (ns monger.test.js-test (:require monger.js - [monger.test.helper :as helper] [clojure.test :refer :all])) -(helper/connect!) - (deftest load-js-resource-using-path-on-the-classpath (are [c path] (= c (count (monger.js/load-resource path))) 62 "resources/mongo/js/mapfun1.js"