Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
update cid cbor to multicodec dag-cbor
Browse files Browse the repository at this point in the history
  • Loading branch information
schomatis committed Nov 19, 2021
1 parent b0bd5d6 commit 1187b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/block.go
Expand Up @@ -91,7 +91,7 @@ func (tp *TestSuite) TestBlockPutStoreCodec(t *testing.T) {
t.Fatal(err)
}

res, err := api.Block().Put(ctx, cborBlock(), opt.Block.StoreCodec("cbor"))
res, err := api.Block().Put(ctx, cborBlock(), opt.Block.StoreCodec("dag-cbor"))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 1187b24

Please sign in to comment.