Skip to content

Commit

Permalink
feat: upgrade to go-ipfs-0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Mar 27, 2018
1 parent bfde6b7 commit 77b4cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"cross-env": "^5.1.4",
"detect-port": "^1.2.2",
"dirty-chai": "^2.0.1",
"go-ipfs-dep": "0.4.13",
"go-ipfs-dep": "0.4.14",
"ipfs": "~0.28.2",
"is-running": "1.0.5",
"mkdirp": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion test/start-stop.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ tests.forEach((fOpts) => {
ipfsd.start(['--should-not-exist'], (err) => {
expect(err).to.exist()
expect(err.message)
.to.match(/Unrecognized option 'should-not-exist'/)
.to.match(/unknown option "should-not-exist"\n/)

done()
})
Expand Down

0 comments on commit 77b4cd9

Please sign in to comment.