Skip to content

Commit e76c01c

Browse files
tweak comment
1 parent 89aa289 commit e76c01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/test/java/org/elasticsearch/index/shard/IndexingStatsTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void testStatsAdd_indexCount() {
6666
7,
6767
8,
6868
9,
69-
false, // isThrottled
69+
false,
7070
10,
7171
11,
7272
12,
@@ -112,7 +112,7 @@ public void testStatsAdd_writeLoads() {
112112
7,
113113
8,
114114
9,
115-
false, // isThrottled
115+
false,
116116
10,
117117
2_100_000_000L, // totalIndexingTimeSinceShardStartedInNanos - 2.1sec
118118
3_000_000_000L, // totalActiveTimeInNanos - 3sec

0 commit comments

Comments
 (0)