diff --git a/package.json b/package.json index bb9e42e..1600226 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "devDependencies": { "aegir": "^8.0.0", "chai": "^3.5.0", - "interface-pull-blob-store": "^0.5.0", + "interface-pull-blob-store": "^0.6.0", "rimraf": "^2.5.4" }, "dependencies": { @@ -45,4 +45,4 @@ "type": "git", "url": "git+https://github.com/ipfs/js-fs-pull-blob-store.git" } -} \ No newline at end of file +} diff --git a/test/index.spec.js b/test/index.spec.js index 30fe47b..d50ad60 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -1,6 +1,6 @@ 'use strict' -const testSuite = require('interface-pull-blob-store') +const testSuite = require('interface-pull-blob-store/lib/tests') const path = require('path') const os = require('os') const rimraf = require('rimraf')