Skip to content

Commit 2eeb70a

Browse files
committed
Remove unnecessary instruction
1 parent 0f8fe6f commit 2eeb70a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/analytics/src/test/java/org/elasticsearch/xpack/analytics/mapper/HistogramFieldMapperTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ public void testCoerce() throws IOException {
157157
} else {
158158
ParsedDocument doc = defaultMapper.parse(new SourceToParse("1", inputDocBytes, XContentType.JSON));
159159
List<IndexableField> fields = doc.rootDoc().getFields("field");
160-
docValueToParsedHistogram(fields.get(0));
161160
assertThat(fields.size(), equalTo(1));
162161
assertThat(docValueToParsedHistogram(fields.getFirst()), equalTo(expectedCoerced));
163162

0 commit comments

Comments
 (0)