Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit c8628d5

Browse files
Gozalaachingbrain
andauthored
Update packages/interface-ipfs-core/src/object/links.js
Co-authored-by: Alex Potsides <alex@achingbrain.net>
1 parent 3c0fca1 commit c8628d5

File tree

1 file changed

+1
-1
lines changed
  • packages/interface-ipfs-core/src/object

1 file changed

+1
-1
lines changed

packages/interface-ipfs-core/src/object/links.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = (common, options) => {
6060
const node1bCid = await ipfs.object.put(node1b)
6161

6262
const links = await ipfs.object.links(node1bCid)
63-
expect(node1b.Links[0]).to.containSubset({
63+
expect(node1b.Links[0]).to.deep.equal(links[0])
6464
Hash: links[0].Hash,
6565
Tsize: links[0].Tsize,
6666
Name: links[0].Name

0 commit comments

Comments
 (0)