Skip to content

Commit 7538a1a

Browse files
committed
Whoops
1 parent d6610c9 commit 7538a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/kamon-core-tests/src/test/scala/kamon/metric/RangeSamplerSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class RangeSamplerSpec extends WordSpec with Matchers with InstrumentInspection.
9797
snapshot.max should be(5)
9898
}
9999

100-
"can be reset" in {
100+
"reset values to 0 after calling resetDistribution" in {
101101
val rangeSampler = Kamon.rangeSampler(
102102
"auto-update2",
103103
MeasurementUnit.none,

0 commit comments

Comments
 (0)