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 962dce0..d08e2e3 100644
--- a/sketch_test.go
+++ b/sketch_test.go
@@ -8,7 +8,7 @@ import (
func TestSketchChunk(t *testing.T) {
dataDir := path.Join("test", "data", "repo_8k")
- chunks := make(chan StoredChunk, 16)
+ chunks := make(chan IdentifiedChunk, 16)
repo := NewRepo(dataDir)
versions := repo.loadVersions()
go repo.loadChunks(versions, chunks)