Skip to content

Commit

Permalink
Fix code remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dbulaja98 committed May 12, 2023
1 parent 666586e commit ae91835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit ae91835

Please sign in to comment.