Skip to content

Commit

Permalink
Update integ-test/src/test/java/org/opensearch/sql/ppl/JsonFunctionIT…
Browse files Browse the repository at this point in the history
….java

Co-authored-by: Andrew Carbonetto <[email protected]>
Signed-off-by: kenrickyap <[email protected]>
  • Loading branch information
kenrickyap and acarbonetto authored Jan 9, 2025
1 parent 7ef6cc9 commit e5e90ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.json.JSONObject;
import org.junit.jupiter.api.Test;

public class JsonFunctionIT extends PPLIntegTestCase {
public class JsonFunctionsIT extends PPLIntegTestCase {
@Override
public void init() throws IOException {
loadIndex(Index.JSON_TEST);
Expand Down

0 comments on commit e5e90ac

Please sign in to comment.