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

Commit eb1b3b3

Browse files
committed
fix: test for cid-version=1 and raw-leaves=true
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent c0596de commit eb1b3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ describe('files', () => runOnAndOff((thing) => {
231231
return ipfs('add src/init-files/init-docs/readme --cid-version=1 --raw-leaves=true')
232232
.then((out) => {
233233
expect(out)
234-
.to.eql('added zdj7WiLc855B1KPRgV7Fh8ivjuAhePE1tuJafmxH5HmmSjqaD readme\n')
234+
.to.eql('added zdj7WWeQ43G6JJvLWQWZpyHuAMq6uYWRjkBXFad11vE2LHhQ7 readme\n')
235235
})
236236
})
237237

0 commit comments

Comments
 (0)