Skip to content

Commit 112be65

Browse files
kenrickyapcurrantw
andauthored
Update core/src/test/java/org/opensearch/sql/expression/json/JsonFunctionsTest.java
Co-authored-by: Taylor Curran <[email protected]> Signed-off-by: kenrickyap <[email protected]>
1 parent e57fa21 commit 112be65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/opensearch/sql/expression/json/JsonFunctionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void json_extract_search_arrays_out_of_bound() {
205205
@Test
206206
void json_extract_search_arrays() {
207207
String jsonArray = "{\"a\":[1,2.3,\"abc\",true,null,{\"c\":{\"d\":1}},[1,2,3]]}";
208-
List<ExprValue> expectedExprValue =
208+
List<ExprValue> expectedExprValues =
209209
List.of(
210210
new ExprIntegerValue(1),
211211
new ExprFloatValue(2.3),

0 commit comments

Comments
 (0)