Skip to content

Commit fbe64a9

Browse files
committed
fix test
1 parent ff3f54b commit fbe64a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public void testValuesNotInOrder() throws Exception {
338338
Exception e = expectThrows(DocumentParsingException.class, () -> mapper.parse(source));
339339
assertThat(
340340
e.getCause().getMessage(),
341-
containsString(" [centroids] values must be in increasing order, " + "got [2.0] but previous value was [3.0]")
341+
containsString(" centroids must be in increasing order, " + "got [2.0] but previous value was [3.0]")
342342
);
343343
}
344344

0 commit comments

Comments
 (0)