aboutsummaryrefslogtreecommitdiff
path: root/sketch_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sketch_test.go')
-rw-r--r--sketch_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sketch_test.go b/sketch_test.go
index ac4ab70..2f568e6 100644
--- a/sketch_test.go
+++ b/sketch_test.go
@@ -20,7 +20,7 @@ func TestSketchChunk(t *testing.T) {
if err != nil {
t.Error(err)
}
- expected := []uint64{429857165471867, 6595034117354675, 8697818304802825}
+ expected := Sketch{429857165471867, 6595034117354675, 8697818304802825}
if !cmp.Equal(sketch, expected) {
t.Errorf("Sketch does not match, expected: %d, actual: %d", expected, sketch)
}