From 88b755820c5988547bacc540952e4efb006c373c Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 17 Aug 2016 18:10:15 +0100 Subject: [PATCH] fix(block): testing --- package.json | 2 +- src/api/util/url-add.js | 1 - test/interface-ipfs-core/block.spec.js | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a6b0c2432..0f21f5a24 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "chai": "^3.5.0", "gulp": "^3.9.1", "hapi": "^14.1.0", - "interface-ipfs-core": "^0.12.0", + "interface-ipfs-core": "^0.13.0", "ipfsd-ctl": "^0.14.0", "pre-commit": "^1.1.3", "socket.io": "^1.4.8", diff --git a/src/api/util/url-add.js b/src/api/util/url-add.js index 327a7bfc9..f8707ca9d 100644 --- a/src/api/util/url-add.js +++ b/src/api/util/url-add.js @@ -32,7 +32,6 @@ module.exports = (send) => { if (err) { return callback(err) } - console.log('got page back') sendWithTransform({ path: 'add', diff --git a/test/interface-ipfs-core/block.spec.js b/test/interface-ipfs-core/block.spec.js index e536dc670..2254715a2 100644 --- a/test/interface-ipfs-core/block.spec.js +++ b/test/interface-ipfs-core/block.spec.js @@ -17,4 +17,4 @@ const common = { } } -// test.block(common) +test.block(common)