Skip to content

Commit 72fe3ec

Browse files
kkrik-esmartijnvg
andauthored
Update test/framework/src/main/java/org/elasticsearch/index/mapper/MapperTestCase.java
Co-authored-by: Martijn van Groningen <[email protected]>
1 parent 51226c9 commit 72fe3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/index/mapper/MapperTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ public void testSingletonLongBulkBlockReading() throws IOException {
15221522
}
15231523

15241524
public void testSingletonDoubleBulkBlockReading() throws IOException {
1525-
assumeTrue("field type supports bulk singleton long reading", supportsBulkDoubleBlockReading());
1525+
assumeTrue("field type supports bulk singleton double reading", supportsBulkDoubleBlockReading());
15261526
testSingletonBulkBlockReading(columnAtATimeReader -> (BlockDocValuesReader.SingletonDoubles) columnAtATimeReader);
15271527
}
15281528

0 commit comments

Comments
 (0)