Unverified Commit 8fd65ecc authored by Hector Sanjuan's avatar Hector Sanjuan Committed by GitHub

Fix test log message about number of values put

parent d099e8e2
......@@ -416,7 +416,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