Skip to content

Commit

Permalink
Correct typo in method name (opensearch-project#14621)
Browse files Browse the repository at this point in the history
Signed-off-by: vatsal <vatsal.v.anand@gmail.com>
  • Loading branch information
imvtsl authored and zshuyi committed Jul 4, 2024
1 parent bd2877b commit c96ec65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public void testEqualsAndHashcode() {
);
}

public void testFomXContentEmbeddedFoundParsingException() throws IOException {
public void testFromXContentEmbeddedFoundParsingException() throws IOException {
String json = "{\"_index\":\"foo\",\"_id\":\"bar\"}";
try (
XContentParser parser = JsonXContent.jsonXContent.createParser(
Expand Down

0 comments on commit c96ec65

Please sign in to comment.