From fc4dc5ef217385b0475f81eecba7e004a03a957c Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 20 Jan 2017 10:13:13 +0100 Subject: [PATCH] Fix comment --- .../org/elasticsearch/action/delete/DeleteResponseTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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