Skip to content

Commit

Permalink
[fix opendistro-for-elasticsearch#46] update new test method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongnansu committed Jun 5, 2019
1 parent d3b390d commit e10f125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit e10f125

Please sign in to comment.