From 44c3c9b6caa4bcaa5660d99088b367b613d59ac5 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 18 Oct 2018 11:19:39 +0100 Subject: [PATCH] chore: upgraded interface-ipfs-core --- package.json | 2 +- test/interface.spec.js | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 77ec25ef2..0f3637d56 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-react": "^7.10.0", "go-ipfs-dep": "~0.4.17", "gulp": "^3.9.1", - "interface-ipfs-core": "~0.78.0", + "interface-ipfs-core": "~0.80.0", "ipfsd-ctl": "~0.39.0", "pull-stream": "^3.6.8", "socket.io": "^2.1.1", diff --git a/test/interface.spec.js b/test/interface.spec.js index f2b56a070..04e1dd303 100644 --- a/test/interface.spec.js +++ b/test/interface.spec.js @@ -183,8 +183,7 @@ describe('interface-ipfs-core tests', () => { ] }) - /* - TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release + // TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release tests.namePubsub(CommonFactory.create({ spawnOptions: { args: ['--enable-namesys-pubsub'], @@ -204,7 +203,6 @@ describe('interface-ipfs-core tests', () => { } ] }) - */ tests.object(defaultCommonFactory)