Skip to content

Commit 4ab65b8

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 94b94ca commit 4ab65b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/ingest/IngestServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,7 @@ public String execute() {
21702170
// total
21712171
assertStats(ingestStats.totalStats(), 1, 0, 0);
21722172
// pipeline
2173-
// assertPipelineStats(ingestStats.pipelineStats(), projectId1, "_id1", 1, 0, 0, startSize, indexRequest.ramBytesUsed());
2173+
// assertPipelineStats(ingestStats.pipelineStats(), projectId1, "_id1", 1, 0, 0, startSize, indexRequest.ramBytesUsed());
21742174
assertPipelineStats(ingestStats.pipelineStats(), projectId1, "_id2", 1, 0, 0, 0, 0);
21752175
assertPipelineStats(ingestStats.pipelineStats(), projectId2, "_id3", 1, 0, 0, 0, 0);
21762176
// processor

0 commit comments

Comments
 (0)