Commit 8e9b10f9 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

one last failed test

parent 66839fa1
......@@ -26,7 +26,7 @@ func TestPutThenGetBlock(t *testing.T) {
bs := NewBlockstore(ds.NewMapDatastore())
block := blocks.NewBlock([]byte("some data"))
err := bs.Put(*block)
err := bs.Put(block)
if err != nil {
t.Fatal(err)
}
......
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