Skip to content

Commit 37edcb0

Browse files
committed
Make this test actually run
1 parent e67568d commit 37edcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/RemoveProcessorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void testKeepFields() throws Exception {
9393
assertTrue(document.hasField("_version_type"));
9494
}
9595

96-
public void testShouldKeep(String a, String b) {
96+
public void testShouldKeep() {
9797
Map<String, Object> address = new HashMap<>();
9898
address.put("street", "Ipiranga Street");
9999
address.put("number", 123);

0 commit comments

Comments
 (0)