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

Commit

Permalink
uses npm ipfs-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hackergrrl committed Mar 20, 2016
1 parent 21e0ca0 commit 228d6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-core/test-init.js
Expand Up @@ -2,7 +2,7 @@

const expect = require('chai').expect
const IPFS = require('../../src/ipfs-core')
const IPFSRepo = require('/home/stephen/Projects/Forks/js-ipfs-repo')
const IPFSRepo = require('ipfs-repo')

function createTestRepo () {
const repoPath = '/tmp/ipfs-test-' + Math.random().toString().substring(2, 8) + '/'
Expand Down

0 comments on commit 228d6cd

Please sign in to comment.