File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ipfs-unixfs-exporter/test/helpers
ipfs-unixfs-importer/test/helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const mh = require('multihashing-async').multihash
6
6
7
7
module . exports = ( ipld ) => {
8
8
// make ipld behave like the block api, some tests need to pull
9
- // data from ipld so can't use use a simple hash
9
+ // data from ipld so can't use a simple in-memory cid->block map
10
10
return {
11
11
put : async ( buf , { cid } ) => {
12
12
const multihash = mh . decode ( cid . multihash )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const mh = require('multihashing-async').multihash
6
6
7
7
module . exports = ( ipld ) => {
8
8
// make ipld behave like the block api, some tests need to pull
9
- // data from ipld so can't use use a simple hash
9
+ // data from ipld so can't use a simple in-memory cid->block map
10
10
return {
11
11
put : async ( buf , { cid } ) => {
12
12
const multihash = mh . decode ( cid . multihash )
You can’t perform that action at this time.
0 commit comments