Fix comment

This commit is contained in:
David Pilato 2017-01-20 10:13:13 +01:00
parent ad5b8def26
commit fc4dc5ef21
1 changed files with 2 additions and 2 deletions

View File

@ -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