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:
parent
e6777810ba
commit
4d272a2a00
|
@ -341,7 +341,7 @@ public class BooleanScriptMappedFieldTypeTests extends AbstractNonTextScriptMapp
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void randomTermsQueryDegeneratesIntoMatchNone() throws IOException {
|
public void testEmptyTermsQueryDegeneratesIntoMatchNone() throws IOException {
|
||||||
assertThat(
|
assertThat(
|
||||||
simpleMappedFieldType().termsQuery(org.elasticsearch.common.collect.List.of(), mockContext()),
|
simpleMappedFieldType().termsQuery(org.elasticsearch.common.collect.List.of(), mockContext()),
|
||||||
instanceOf(MatchNoDocsQuery.class)
|
instanceOf(MatchNoDocsQuery.class)
|
||||||
|
|
Loading…
Reference in New Issue