Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
fix: fix up pubsub tests
Browse files Browse the repository at this point in the history
js-IPFS v0.38.0 shipped with pubsub enabled by default so it's no
long necessary to pass the enable-pubsub flag to the daemon.
  • Loading branch information
achingbrain committed Oct 7, 2019
1 parent 9175d88 commit e2222be
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 @@ -54,7 +54,7 @@
"form-data": "^2.3.3",
"go-ipfs-dep": "~0.4.20",
"hat": "~0.0.3",
"ipfs": "^0.37.0",
"ipfs": "^0.38.0",
"ipfs-http-client": "^33.1.0",
"ipfs-repo": "~0.26.6",
"ipfs-unixfs": "~0.1.16",
Expand Down
2 changes: 1 addition & 1 deletion test/pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const waitForTopicPeer = (topic, peer, daemon, callback) => {

const timeout = 20e3
function createJs () {
return spawnInitAndStartJsDaemon({ args: ['--enable-pubsub-experiment'] })
return spawnInitAndStartJsDaemon()
}
function createGo () {
return spawnInitAndStartGoDaemon({ args: ['--enable-pubsub-experiment'] })
Expand Down

0 comments on commit e2222be

Please sign in to comment.