Skip to content

Commit 6415b06

Browse files
Update integ-test/src/test/java/org/opensearch/sql/legacy/QueryIT.java
Co-authored-by: Guian Gumpac <guian.gumpac@improving.com> Signed-off-by: Mitchell Gale <Mitchell.gale@improving.com>
1 parent 8ccb473 commit 6415b06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • integ-test/src/test/java/org/opensearch/sql/legacy

integ-test/src/test/java/org/opensearch/sql/legacy/QueryIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void selectAllWithFieldReturnsAll() throws IOException {
114114
JSONObject response =
115115
executeQuery(
116116
StringUtils.format(
117-
"SELECT *, age " + "FROM %s " + "LIMIT 5", TestsConstants.TEST_INDEX_BANK));
117+
"SELECT *, age FROM %s LIMIT 5", TestsConstants.TEST_INDEX_BANK));
118118

119119
checkSelectAllAndFieldResponseSize(response);
120120
}

0 commit comments

Comments
 (0)