Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
test: fix store
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 30, 2016
1 parent b38ed6e commit 85c5309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/factory-http/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Factory () {

// set up the repo
const repo = new IPFSRepo(repoPath, {
stores: require('fs-blob-store')
stores: require('fs-pull-blob-store')
})
repo.teardown = (done) => {
cleanRepo(repoPath)
Expand Down

0 comments on commit 85c5309

Please sign in to comment.