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

This commit is contained in:
Nicholas Knize 2016-09-28 13:09:16 -05:00 committed by Jason Tedor
parent 0808611184
commit 80c918a13a
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);
}
}