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

Commit

Permalink
fix(block): testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 17, 2016
1 parent 2ae09fb commit 88b7558
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/api/util/url-add.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = (send) => {
if (err) {
return callback(err)
}
console.log('got page back')

sendWithTransform({
path: 'add',
Expand Down
2 changes: 1 addition & 1 deletion test/interface-ipfs-core/block.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ const common = {
}
}

// test.block(common)
test.block(common)

0 comments on commit 88b7558

Please sign in to comment.