Skip to content

Commit d56442d

Browse files
committed
chore: update comments
1 parent cfecf39 commit d56442d

File tree

2 files changed

+2
-2
lines changed
  • packages
    • ipfs-unixfs-exporter/test/helpers
    • ipfs-unixfs-importer/test/helpers

2 files changed

+2
-2
lines changed

packages/ipfs-unixfs-exporter/test/helpers/block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const mh = require('multihashing-async').multihash
66

77
module.exports = (ipld) => {
88
// 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
1010
return {
1111
put: async (buf, { cid }) => {
1212
const multihash = mh.decode(cid.multihash)

packages/ipfs-unixfs-importer/test/helpers/block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const mh = require('multihashing-async').multihash
66

77
module.exports = (ipld) => {
88
// 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
1010
return {
1111
put: async (buf, { cid }) => {
1212
const multihash = mh.decode(cid.multihash)

0 commit comments

Comments
 (0)