Skip to content

Commit f1f4f89

Browse files
authored
Correct typo in method name (#14621)
Signed-off-by: vatsal <vatsal.v.anand@gmail.com>
1 parent f9512db commit f1f4f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/opensearch/index/get/GetResultTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public void testEqualsAndHashcode() {
224224
);
225225
}
226226

227-
public void testFomXContentEmbeddedFoundParsingException() throws IOException {
227+
public void testFromXContentEmbeddedFoundParsingException() throws IOException {
228228
String json = "{\"_index\":\"foo\",\"_id\":\"bar\"}";
229229
try (
230230
XContentParser parser = JsonXContent.jsonXContent.createParser(

0 commit comments

Comments
 (0)