Skip to content

Commit

Permalink
Fix broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed Dec 3, 2013
1 parent 302c762 commit df08894
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testMerge() throws IOException {
.startObject("properties")
.startObject("tc")
.field("type", "token_count")
.field("tokenizer", "keyword")
.field("analyzer", "keyword")
.endObject()
.endObject()
.endObject().endObject().string();
Expand All @@ -57,7 +57,7 @@ public void testMerge() throws IOException {
.startObject("properties")
.startObject("tc")
.field("type", "token_count")
.field("tokenizer", "standard")
.field("analyzer", "standard")
.endObject()
.endObject()
.endObject().endObject().string();
Expand Down

0 comments on commit df08894

Please sign in to comment.