Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct index name and mapping type
  • Loading branch information
michaelklishin committed Apr 20, 2012
1 parent 78fdca4 commit d7362fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/clojurewerkz/elastisch/queries/range_query_test.clj
Expand Up @@ -6,8 +6,8 @@
(:use clojure.test clojurewerkz.elastisch.response))


(def ^{:const true} index-name "articles")
(def ^{:const true} index-type "article")
(def ^{:const true} index-name "people")
(def ^{:const true} index-type "person")

(defn prepopulate-index
[f]
Expand Down

0 comments on commit d7362fe

Please sign in to comment.