Skip to content

Commit

Permalink
Correct typo in method name (opensearch-project#14621) (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#14627)

(cherry picked from commit f1f4f89)

Signed-off-by: vatsal <vatsal.v.anand@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: kkewwei <kkewwei@163.com>
  • Loading branch information
2 people authored and kkewwei committed Jul 24, 2024
1 parent 57d3c00 commit bc4c83d
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 bc4c83d

Please sign in to comment.