Skip to content

Commit bd1f9a2

Browse files
Fix test
1 parent 00f5e6f commit bd1f9a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/java/org/elasticsearch/cluster/metadata/ProjectMetadataTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,6 @@ static int expectedChunkCount(ToXContent.Params params, ProjectMetadata project)
668668
if (params.paramAsBoolean("multi-project", false)) {
669669
// 2 chunks for wrapping reserved state + 1 chunk for each item
670670
chunkCount += 2 + project.reservedStateMetadata().size();
671-
// 1 chunk for settings
672-
chunkCount += 1;
673671
}
674672

675673
return Math.toIntExact(chunkCount);

0 commit comments

Comments
 (0)