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

Commit f8df7b0

Browse files
author
Alan Shaw
committed
fix: preload test
1 parent d1bc047 commit f8df7b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/core/preload.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ describe('preload', () => {
204204
expect(err).to.not.exist()
205205

206206
ipfs.object.patch.addLink(result.parent.cid, {
207-
name: 'link',
208-
cid: result.link.Hash,
209-
size: result.link.node.size
207+
Name: 'link',
208+
Hash: result.link.cid,
209+
Tsize: result.link.node.size
210210
}, (err, cid) => {
211211
expect(err).to.not.exist()
212212
MockPreloadNode.waitForCids(cid.toBaseEncodedString(), done)

0 commit comments

Comments
 (0)