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

Commit

Permalink
chore: upgrade to go-ipfs 0.7.0 (#3314)
Browse files Browse the repository at this point in the history
Tests against the latest go-ipfs release.
  • Loading branch information
achingbrain committed Oct 6, 2020
1 parent 54bca53 commit 265dffb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser-ipns-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"delay": "^4.4.0",
"execa": "^4.0.0",
"ipfsd-ctl": "^7.0.0",
"go-ipfs": "^0.6.0",
"go-ipfs": "^0.7.0",
"parcel-bundler": "^1.12.4",
"path": "^0.12.7",
"test-ipfs-example": "^2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion http-client-browser-pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"devDependencies": {
"execa": "^4.0.0",
"go-ipfs": "^0.6.0",
"go-ipfs": "^0.7.0",
"ipfs": "^0.50.1",
"ipfsd-ctl": "^7.0.0",
"parcel-bundler": "^1.12.4",
Expand Down
2 changes: 1 addition & 1 deletion http-client-name-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"execa": "^4.0.0",
"go-ipfs": "^0.6.0",
"go-ipfs": "^0.7.0",
"ipfsd-ctl": "^7.0.0",
"parcel-bundler": "^1.12.4",
"test-ipfs-example": "^2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion http-client-name-api/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports[pkg.name] = function (browser) {
.pause(1000)
.click('#add-file-submit')

browser.expect.element('#publish-result').text.to.contain('/ipns/Qm')
browser.expect.element('#publish-result').text.to.contain('/ipns/k')

// resolve a name
browser.getText('#publish-result', (result) => {
Expand Down

0 comments on commit 265dffb

Please sign in to comment.