diff --git a/src/test/java/com/amazon/opendistroforelasticsearch/sql/esintgtest/TermQueryExplainIT.java b/src/test/java/com/amazon/opendistroforelasticsearch/sql/esintgtest/TermQueryExplainIT.java index 47a0597e39..a31952a96b 100644 --- a/src/test/java/com/amazon/opendistroforelasticsearch/sql/esintgtest/TermQueryExplainIT.java +++ b/src/test/java/com/amazon/opendistroforelasticsearch/sql/esintgtest/TermQueryExplainIT.java @@ -117,7 +117,7 @@ public void testNonIdenticalMappings() throws IOException { } @Test - public void testNonIdenticalMapping() throws IOException { + public void testAllowNonIdenticalMappings() throws IOException { String result = explainQuery(String.format(Locale.ROOT, "SELECT firstname, birthdate FROM %s, %s " + "WHERE firstname = 'Leo' OR male = 'true'", TEST_INDEX_BANK, TEST_INDEX_ONLINE));