Skip to content

Commit

Permalink
Ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 30, 2013
1 parent 6cd615e commit 2d43975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/monger/test/result_test.clj
@@ -1,8 +1,8 @@
(ns monger.test.result-test
(:import [com.mongodb BasicDBObject WriteResult WriteConcern] java.util.Date)
(:require [monger core collection conversion]
[monger.test.helper :as helper])
(:use clojure.test))
[monger.test.helper :as helper]
[clojure.test :refer :all]))

(helper/connect!)

Expand Down

0 comments on commit 2d43975

Please sign in to comment.