From 6a9cb9f1a37f5d21e9e3b4e4c47d709a4ea37430 Mon Sep 17 00:00:00 2001 From: Erik Bakstad Date: Thu, 20 Jun 2013 19:11:52 +0200 Subject: [PATCH] Don't run fin_test on ns load --- test/monger/test/multi/find_test.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/monger/test/multi/find_test.clj b/test/monger/test/multi/find_test.clj index 5f86900..aaafe38 100644 --- a/test/monger/test/multi/find_test.clj +++ b/test/monger/test/multi/find_test.clj @@ -141,5 +141,3 @@ (mgcol/insert-batch db collection [{ :language "Clojure", :name "monger" } { :language "Clojure", :name "langohr" }]))) -(run-tests) -