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

Commit ca14e67

Browse files
alanshawdaviddias
authored andcommitted
test: fix the test added in #180
1 parent a3e341d commit ca14e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = (repo) => {
5151
}
5252

5353
pull(
54-
pull.values([inputFile]),
54+
pull.values([Object.assign({}, inputFile)]),
5555
createBuilder(FixedSizeChunker, ipldResolver, options),
5656
pull.collect(onCollected)
5757
)

0 commit comments

Comments
 (0)