Commit df33f2b6 authored by Steven Allen's avatar Steven Allen

remove dead test code

parent c54128a5
......@@ -30,11 +30,8 @@ var testCaseValues = map[string][]byte{}
var testCaseCids []*cid.Cid
func init() {
testCaseValues["hello"] = []byte("world")
for i := 0; i < 100; i++ {
k := fmt.Sprintf("%d -- key", i)
v := fmt.Sprintf("%d -- value", i)
testCaseValues[k] = []byte(v)
mhv := u.Hash([]byte(v))
testCaseCids = append(testCaseCids, cid.NewCidV0(mhv))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment