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 e67568d commit 37edcb0Copy full SHA for 37edcb0
modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/RemoveProcessorTests.java
@@ -93,7 +93,7 @@ public void testKeepFields() throws Exception {
93
assertTrue(document.hasField("_version_type"));
94
}
95
96
- public void testShouldKeep(String a, String b) {
+ public void testShouldKeep() {
97
Map<String, Object> address = new HashMap<>();
98
address.put("street", "Ipiranga Street");
99
address.put("number", 123);
0 commit comments