[TEST] Fix NumberFieldMapperTests.testNoDocValues to call correct helper method.

This commit is contained in:
Nicholas Knize 2016-09-28 13:09:16 -05:00
parent 85402d5220
commit b1a508a3c8
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public class NumberFieldMapperTests extends ESSingleNodeTestCase {
public void testNoDocValues() throws Exception {
for (String type : TYPES) {
doTestNotIndexed(type);
doTestNoDocValues(type);
}
}