From ae91835d970f8145cac482960e48ca0cd6601455 Mon Sep 17 00:00:00 2001 From: Dimitrije Bulaja Date: Thu, 11 May 2023 17:19:59 +0200 Subject: [PATCH] Fix code remarks --- .../src/it/scala/zio/elasticsearch/HttpExecutorSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/library/src/it/scala/zio/elasticsearch/HttpExecutorSpec.scala b/modules/library/src/it/scala/zio/elasticsearch/HttpExecutorSpec.scala index 322adbce5..8f185e51e 100644 --- a/modules/library/src/it/scala/zio/elasticsearch/HttpExecutorSpec.scala +++ b/modules/library/src/it/scala/zio/elasticsearch/HttpExecutorSpec.scala @@ -323,7 +323,7 @@ object HttpExecutorSpec extends IntegrationSpec { Executor.execute(ElasticRequest.deleteIndex(firstSearchIndex)).orDie ), test( - "search using match all query with terms aggregations with nested max aggregation and bucketSelector aggregation" + "search using match all query with terms aggregations, nested max aggregation and nested bucketSelector aggregation" ) { checkOnce(genDocumentId, genTestDocument, genDocumentId, genTestDocument) { (firstDocumentId, firstDocument, secondDocumentId, secondDocument) =>