Skip to content

Commit f315989

Browse files
Update server/src/test/java/org/elasticsearch/action/index/IndexRequestTests.java
Co-authored-by: Alan Woodward <[email protected]>
1 parent 3906494 commit f315989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/action/index/IndexRequestTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public void testSerializeDynamicTemplates() throws Exception {
263263
}
264264
}
265265

266-
public void testSerializeDynamicTemplatesPrarams() throws Exception {
266+
public void testSerializeDynamicTemplateParams() throws Exception {
267267
IndexRequest indexRequest = new IndexRequest("foo").id("1");
268268
indexRequest.source("{}", XContentType.JSON);
269269
// Empty dynamic templates

0 commit comments

Comments
 (0)