Skip to content

Commit 001417b

Browse files
fixed tests
1 parent 925f863 commit 001417b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

histogram_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestHistogramMerge(t *testing.T) {
2020

2121
b := NewHistogram("test")
2222
for i := 98; i < 218; i++ {
23-
h.Update(float64(i))
23+
b.Update(float64(i))
2424
}
2525

2626
h.Merge(b)

0 commit comments

Comments
 (0)