Skip to content

Commit

Permalink
fix: ready for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 20, 2017
1 parent 851bb5b commit 924e738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"datastore-level": "^0.1.0",
"debug": "^2.6.3",
"interface-datastore": "^0.1.1",
"ipfs-block": "~0.5.5",
"ipfs-block": "~0.6.0",
"level-js": "^2.2.4",
"leveldown": "^1.6.0",
"lock-me": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('IPFS Repo Tests on on Node.js', () => {
})

it('init', (done) => {
const dir = os.tmpdir() + Math.random()
const dir = path.join(os.tmpdir(), String(Math.random()).slice(2))
const r = new IPFSRepo(dir)

series([
Expand Down

0 comments on commit 924e738

Please sign in to comment.