Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 6955091

Browse files
committed
0.4.0 is now on ipfsd-ctl, this is ready to be merged
1 parent f3e2d42 commit 6955091

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"gulp-tag-version": "^1.3.0",
4646
"gulp-util": "^3.0.7",
4747
"https-browserify": "0.0.1",
48-
"ipfsd-ctl": "^0.8.1",
48+
"ipfsd-ctl": "^0.9.0",
4949
"json-loader": "^0.5.3",
5050
"karma": "^0.13.11",
5151
"karma-chrome-launcher": "^0.2.1",

test/api/pin.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('.pin', () => {
44
it('.pin.add', (done) => {
55
apiClients['b'].pin.add('Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP', {recursive: false}, (err, res) => {
66
expect(err).to.not.exist
7-
expect(res.Pinned[0]).to.be.equal('Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP')
7+
expect(res.Pins[0]).to.be.equal('Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP')
88
done()
99
})
1010
})
@@ -43,7 +43,7 @@ describe('.pin', () => {
4343
return apiClients['b'].pin
4444
.add('Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP', {recursive: false})
4545
.then((res) => {
46-
expect(res.Pinned[0]).to.be.equal('Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP')
46+
expect(res.Pins[0]).to.be.equal('Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP')
4747
})
4848
})
4949

0 commit comments

Comments
 (0)