Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
fix: fix wrapWithDirectory test
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 5, 2018
1 parent 6e68a26 commit a97c087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ module.exports = (common) => {
const wrapped = filesAdded[1]
expect(file.hash).to.equal(smallFile.cid)
expect(file.path).to.equal('testfile.txt')
expect(wrapped.path).to.equal(wrapDirectory.cid)
expect(wrapped.path).to.equal('')
done()
})
})
Expand Down

0 comments on commit a97c087

Please sign in to comment.