Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Oct 11, 2024
1 parent d65fde1 commit 188d471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/java/com/box/sdk/BoxAITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ public void testExtractMetadataStructuredWithFieldSuccess() {
"Name",
"name",
new ArrayList<BoxAIExtractFieldOption>() {{
add(new BoxAIExtractFieldOption("option 1"));
add(new BoxAIExtractFieldOption("option 2"));
}},
add(new BoxAIExtractFieldOption("option 1"));
add(new BoxAIExtractFieldOption("option 2"));
}},
"What is the name of the file?");

final JsonObject expectedRequestBody = new JsonObject()
Expand Down

0 comments on commit 188d471

Please sign in to comment.