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

Commit a97c087

Browse files
committed
fix: fix wrapWithDirectory test
1 parent 6e68a26 commit a97c087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ module.exports = (common) => {
271271
const wrapped = filesAdded[1]
272272
expect(file.hash).to.equal(smallFile.cid)
273273
expect(file.path).to.equal('testfile.txt')
274-
expect(wrapped.path).to.equal(wrapDirectory.cid)
274+
expect(wrapped.path).to.equal('')
275275
done()
276276
})
277277
})

0 commit comments

Comments
 (0)