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 635436a commit 18d9243
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/monger/test/updating_test.clj
Expand Up @@ -7,11 +7,11 @@
(:require [monger core util]
[monger.collection :as mc]
[monger.result :as mr]
[monger.test.helper :as helper])
(:use clojure.test
monger.operators
monger.test.fixtures
[monger.conversion :only [to-db-object]]))
[monger.test.helper :as helper]
[clojure.test :refer :all]
[monger.operators :refer :all]
[monger.test.fixtures :refer :all]
[monger.conversion :refer [to-db-object]]))

(helper/connect!)

Expand Down

0 comments on commit 18d9243

Please sign in to comment.