diff --git a/core/src/test/java/org/elasticsearch/action/delete/DeleteResponseTests.java b/core/src/test/java/org/elasticsearch/action/delete/DeleteResponseTests.java index 368add2a850..93d9589b613 100644 --- a/core/src/test/java/org/elasticsearch/action/delete/DeleteResponseTests.java +++ b/core/src/test/java/org/elasticsearch/action/delete/DeleteResponseTests.java @@ -68,8 +68,8 @@ public class DeleteResponseTests extends ESTestCase { assertNull(parser.nextToken()); } - // We can't use equals() to compare the original and the parsed index response - // because the random index response can contain shard failures with exceptions, + // We can't use equals() to compare the original and the parsed delete response + // because the random delete response can contain shard failures with exceptions, // and those exceptions are not parsed back with the same types. // Print the parsed object out and test that the output is the same as the original output