[TEST] Fix NumberFieldMapperTests.testNoDocValues to call correct helper method.
This commit is contained in:
parent
85402d5220
commit
b1a508a3c8
|
@ -128,7 +128,7 @@ public class NumberFieldMapperTests extends ESSingleNodeTestCase {
|
|||
|
||||
public void testNoDocValues() throws Exception {
|
||||
for (String type : TYPES) {
|
||||
doTestNotIndexed(type);
|
||||
doTestNoDocValues(type);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue