From e10f125ac7ef842efb3b52de96e8f26beb54af7a Mon Sep 17 00:00:00 2001 From: zhongnansu Date: Wed, 5 Jun 2019 14:22:57 -0700 Subject: [PATCH] [fix #46] update new test method signature --- .../sql/esintgtest/TermQueryExplainIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));