Skip to content

Commit

Permalink
This (undocumented) parameter does not have any effect for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 17, 2012
1 parent a888bf1 commit 2de487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clojurewerkz/elastisch/rest_api/search_test.clj
Expand Up @@ -26,5 +26,5 @@
(dotimes [n 5]
(doc/put index-name index-type id fx/person-jack))
(idx/refresh index-name)
(let [result (doc/search index-name index-type :query (q/term :biography "avoid") :version true)]
(let [result (doc/search index-name index-type :query (q/term :biography "avoid"))]
(is (= 1 (total-hits result)))))))

0 comments on commit 2de487e

Please sign in to comment.