Skip to content

Commit c12414e

Browse files
committed
Make this test actually run
1 parent d88a40a commit c12414e

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
@@ -139,7 +139,7 @@ public void testKeepFields() throws Exception {
139139
assertTrue(document.hasField("_version_type"));
140140
}
141141

142-
public void testShouldKeep(String a, String b) {
142+
public void testShouldKeep() {
143143
Map<String, Object> address = new HashMap<>();
144144
address.put("street", "Ipiranga Street");
145145
address.put("number", 123);

0 commit comments

Comments
 (0)