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

Commit a5bc23b

Browse files
test: fix store
1 parent e5df8e2 commit a5bc23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/factory-http/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Factory () {
4444

4545
// set up the repo
4646
const repo = new IPFSRepo(repoPath, {
47-
stores: require('fs-blob-store')
47+
stores: require('fs-pull-blob-store')
4848
})
4949
repo.teardown = (done) => {
5050
cleanRepo(repoPath)

0 commit comments

Comments
 (0)