Runtime fields: fix a test name (#62498)

This fixes the name of a test method so we actually run it. I broke it a
few commits ago without realizing it.
This commit is contained in:
Nik Everett 2020-09-17 11:14:29 -04:00
parent e6777810ba
commit 4d272a2a00
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ public class BooleanScriptMappedFieldTypeTests extends AbstractNonTextScriptMapp
}
}
public void randomTermsQueryDegeneratesIntoMatchNone() throws IOException {
public void testEmptyTermsQueryDegeneratesIntoMatchNone() throws IOException {
assertThat(
simpleMappedFieldType().termsQuery(org.elasticsearch.common.collect.List.of(), mockContext()),
instanceOf(MatchNoDocsQuery.class)