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 2d43975 commit 635436a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/monger/test/stress_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
(:import [com.mongodb Mongo DB DBCollection WriteResult DBObject WriteConcern DBCursor]
java.util.Date)
(:require monger.core
[monger.test.helper :as helper])
(:use clojure.test))
[monger.test.helper :as helper]
[clojure.test :refer :all]))


;;
Expand Down

0 comments on commit 635436a

Please sign in to comment.