We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9512db commit f1f4f89Copy full SHA for f1f4f89
server/src/test/java/org/opensearch/index/get/GetResultTests.java
@@ -224,7 +224,7 @@ public void testEqualsAndHashcode() {
224
);
225
}
226
227
- public void testFomXContentEmbeddedFoundParsingException() throws IOException {
+ public void testFromXContentEmbeddedFoundParsingException() throws IOException {
228
String json = "{\"_index\":\"foo\",\"_id\":\"bar\"}";
229
try (
230
XContentParser parser = JsonXContent.jsonXContent.createParser(
0 commit comments