Unverified Commit 54601357 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #150 from ipfs/test/fix-log-msg

Fix test log message about number of values put
parents b8e7d934 8fd65ecc
......@@ -427,7 +427,7 @@ func subtestQuery(t *testing.T, ds dstore.Datastore, q dsq.Query, count int) {
})
}
t.Logf("putting %d values", count)
t.Logf("putting %d values", len(input))
for i, e := range input {
err := ds.Put(dstore.RawKey(e.Key), e.Value)
if err != nil {
......
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