Skip to content

Commit 5be1f42

Browse files
Apply suggestions from code review
Co-authored-by: Johan Andrén <johan@markatta.com>
1 parent ecee976 commit 5be1f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

akka-cluster-sharding/src/multi-jvm/scala/akka/cluster/sharding/ClusterShardingInstrumentationSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ abstract class ClusterShardingInstrumentationSpec
171171
}
172172
eventually {
173173
// we have 100 in the buffer, and our cap is 120 (per config in this test)
174-
// 10 are dropped. Should we have a metric on this? Or custom events?
174+
// 10 are dropped
175175
shardRegionBufferSizeCounter.get() shouldBe 120
176176
}
177177
}

0 commit comments

Comments
 (0)