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

Commit 407837c

Browse files
committed
chore: update go-ipfs-dep
1 parent a0daa90 commit 407837c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"async": "^3.1.0",
6969
"browser-process-platform": "~0.1.1",
7070
"go-ipfs-dep": "^0.4.22",
71-
"interface-ipfs-core": "^0.131.5",
71+
"interface-ipfs-core": "^0.131.6",
7272
"ipfsd-ctl": "^2.1.0",
7373
"it-all": "^1.0.1",
7474
"it-concat": "^1.0.0",

test/interface.spec.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,7 @@ describe('interface-ipfs-core tests', () => {
371371
]
372372
})
373373

374-
tests.pubsub(createFactory(commonOptions, {
375-
go: {
376-
args: ['--enable-pubsub-experiment']
377-
}
378-
}), {
374+
tests.pubsub(commonFactory, {
379375
skip: isWindows ? [
380376
// pubsub.subscribe
381377
{

0 commit comments

Comments
 (0)