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

Commit 1187b24

Browse files
committed
update cid cbor to multicodec dag-cbor
1 parent b0bd5d6 commit 1187b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/block.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (tp *TestSuite) TestBlockPutStoreCodec(t *testing.T) {
9191
t.Fatal(err)
9292
}
9393

94-
res, err := api.Block().Put(ctx, cborBlock(), opt.Block.StoreCodec("cbor"))
94+
res, err := api.Block().Put(ctx, cborBlock(), opt.Block.StoreCodec("dag-cbor"))
9595
if err != nil {
9696
t.Fatal(err)
9797
}

0 commit comments

Comments
 (0)