Skip to content

Commit

Permalink
Correct typo in method name
Browse files Browse the repository at this point in the history
Signed-off-by: vatsal <[email protected]>
  • Loading branch information
imvtsl committed Jul 2, 2024
1 parent f9512db commit d3a5ce5
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 d3a5ce5

Please sign in to comment.