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 d88a40a commit c12414eCopy full SHA for c12414e
modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/RemoveProcessorTests.java
@@ -139,7 +139,7 @@ public void testKeepFields() throws Exception {
139
assertTrue(document.hasField("_version_type"));
140
}
141
142
- public void testShouldKeep(String a, String b) {
+ public void testShouldKeep() {
143
Map<String, Object> address = new HashMap<>();
144
address.put("street", "Ipiranga Street");
145
address.put("number", 123);
0 commit comments