We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925f863 commit 001417bCopy full SHA for 001417b
histogram_test.go
@@ -20,7 +20,7 @@ func TestHistogramMerge(t *testing.T) {
20
21
b := NewHistogram("test")
22
for i := 98; i < 218; i++ {
23
- h.Update(float64(i))
+ b.Update(float64(i))
24
}
25
26
h.Merge(b)
0 commit comments